From 372888ff12ff3f2e619c715cad66ccf510b2d0fb Mon Sep 17 00:00:00 2001 From: Pinchez25 Date: Wed, 9 Jul 2025 08:34:55 +0300 Subject: [PATCH] Bump helm chart version to 0.3.35, update app version to 1.17.35, and change image tag to 64581d --- charts/jisort/Chart.yaml | 4 ++-- charts/jisort/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/jisort/Chart.yaml b/charts/jisort/Chart.yaml index 73c4a5c..9c498ee 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.34 +version: 0.3.35 # 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.34" +appVersion: "1.17.35" dependencies: - name: mysql version: 9.x.x diff --git a/charts/jisort/values.yaml b/charts/jisort/values.yaml index 6b11941..c5ffabb 100644 --- a/charts/jisort/values.yaml +++ b/charts/jisort/values.yaml @@ -117,7 +117,7 @@ client: requests: {} image: name: truehostcloud/mifos-web-app - tag: c38058 + tag: 64581d env: - name: PAYMENTS_GATEWAY_URL value: "https://payments.jisort.com"