From 7e1d77e3286387b11bcaca583c4b929a0cf50938 Mon Sep 17 00:00:00 2001 From: Pinchez25 Date: Sat, 5 Jul 2025 07:40:13 +0300 Subject: [PATCH 1/3] Bump helm chart version to 0.3.34 and update app version to 1.17.34 --- charts/jisort/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/jisort/Chart.yaml b/charts/jisort/Chart.yaml index 8cb609f..73c4a5c 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.33 +version: 0.3.34 # 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.33" +appVersion: "1.17.34" dependencies: - name: mysql version: 9.x.x From ce13ab58f8667fe2eb81fd43e2a1b3db8bff6230 Mon Sep 17 00:00:00 2001 From: Pinchez25 Date: Sat, 5 Jul 2025 07:40:25 +0300 Subject: [PATCH 2/3] Update image tag to c38058 and add PAYMENTS_GATEWAY_URL environment variable in values.yaml --- charts/jisort/values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/jisort/values.yaml b/charts/jisort/values.yaml index e2ea41f..6b11941 100644 --- a/charts/jisort/values.yaml +++ b/charts/jisort/values.yaml @@ -117,7 +117,10 @@ client: requests: {} image: name: truehostcloud/mifos-web-app - tag: aecbae + tag: c38058 + env: + - name: PAYMENTS_GATEWAY_URL + value: "https://payments.jisort.com" ## Self Service configuration selfService: From 1d0a13e494ff505a19bfe58686ff3e88e5988f8d Mon Sep 17 00:00:00 2001 From: Pinchez25 Date: Sat, 5 Jul 2025 07:42:35 +0300 Subject: [PATCH 3/3] Add environment variables to deployment configuration in deployment.yaml --- charts/jisort/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/jisort/templates/deployment.yaml b/charts/jisort/templates/deployment.yaml index e7667d4..36a7684 100644 --- a/charts/jisort/templates/deployment.yaml +++ b/charts/jisort/templates/deployment.yaml @@ -166,6 +166,7 @@ spec: - name: fw-{{ include "common.names.fullname" . }} image: "{{ .Values.client.image.name }}:{{ .Values.client.image.tag }}" resources: {{- toYaml .Values.client.resources | nindent 12 }} + env: {{- toYaml .Values.client.env | nindent 12 }} livenessProbe: httpGet: path: /