diff --git a/charts/jisort/Chart.yaml b/charts/jisort/Chart.yaml index 1b7ce40..8cb609f 100644 --- a/charts/jisort/Chart.yaml +++ b/charts/jisort/Chart.yaml @@ -16,13 +16,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.32 +version: 0.3.33 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.17.32" +appVersion: "1.17.33" dependencies: - name: mysql version: 9.x.x diff --git a/charts/jisort/templates/deployment.yaml b/charts/jisort/templates/deployment.yaml index df399e4..e7667d4 100644 --- a/charts/jisort/templates/deployment.yaml +++ b/charts/jisort/templates/deployment.yaml @@ -128,6 +128,8 @@ spec: value: {{ include "common.names.fullname" . }} - name: ELASTIC_APM_ENVIRONMENT value: {{ .Values.elasticApm.environment }} + - name: FINERACT_MODULE_SELF_SERVICE_ENABLED + value: {{ .Values.selfService.enabled | quote }} diff --git a/charts/jisort/values.yaml b/charts/jisort/values.yaml index 05d7beb..e2ea41f 100644 --- a/charts/jisort/values.yaml +++ b/charts/jisort/values.yaml @@ -121,6 +121,7 @@ client: ## Self Service configuration selfService: + enabled: true resources: limits: {} requests: {}