Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/jisort/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.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.35"
appVersion: "1.18.0"
dependencies:
- name: mysql
version: 9.x.x
Expand Down
4 changes: 2 additions & 2 deletions charts/jisort/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ server:
port: 8080
image:
name: truehostcloud/fineract
tag: e4bc76
tag: 63ee17
resources:
limits: {}
requests: {}
Expand All @@ -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"
Expand Down