From f0ba00372f6083bfd8362fb45de180c87f4f1499 Mon Sep 17 00:00:00 2001 From: Pinchez25 Date: Wed, 16 Jul 2025 11:26:18 +0300 Subject: [PATCH 1/2] Update Helm chart --- charts/jisort/Chart.yaml | 4 ++-- charts/jisort/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/jisort/Chart.yaml b/charts/jisort/Chart.yaml index 9c498ee..5015a4d 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.35 +version: 0.3.36 # 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.35" +appVersion: "1.17.36" dependencies: - name: mysql version: 9.x.x diff --git a/charts/jisort/values.yaml b/charts/jisort/values.yaml index c5ffabb..f83d254 100644 --- a/charts/jisort/values.yaml +++ b/charts/jisort/values.yaml @@ -105,7 +105,7 @@ server: port: 8080 image: name: truehostcloud/fineract - tag: e4bc76 + tag: 63ee17 resources: limits: {} requests: {} @@ -117,7 +117,7 @@ client: requests: {} image: name: truehostcloud/mifos-web-app - tag: 64581d + tag: 56e5e8 env: - name: PAYMENTS_GATEWAY_URL value: "https://payments.jisort.com" From 522104c4756499b84b2f56031f3ad67cf67e8f19 Mon Sep 17 00:00:00 2001 From: Pinchez25 Date: Wed, 16 Jul 2025 11:41:48 +0300 Subject: [PATCH 2/2] Update the minor version --- 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 5015a4d..af1bb3f 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.36 +version: 0.4.0 # 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.36" +appVersion: "1.18.0" dependencies: - name: mysql version: 9.x.x