Skip to content

Commit 383cc6d

Browse files
authored
chore: bump hyperswitch-stack to 0.2.21 (#285)
1 parent fb5859b commit 383cc6d

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

charts/incubator/hyperswitch-stack/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.20
18+
version: 0.2.21
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
@@ -24,14 +24,14 @@ version: 0.2.20
2424
appVersion: "1.16.0"
2525
dependencies:
2626
- name: hyperswitch-app
27-
version: 1.1.0
27+
version: 1.1.1
2828
repository: "https://juspay.github.io/hyperswitch-helm"
2929
- name: hyperswitch-web
3030
version: 0.2.12
3131
repository: "https://juspay.github.io/hyperswitch-helm"
3232
condition: hyperswitch-web.enabled
3333
- name: hyperswitch-monitoring
34-
version: 0.1.5
34+
version: 0.1.6
3535
repository: "https://juspay.github.io/hyperswitch-helm"
3636
condition: hyperswitch-monitoring.enabled
3737
- name: hyperswitch-ucs

charts/incubator/hyperswitch-stack/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ task ur
215215

216216
| Repository | Name | Version |
217217
|------------|------|---------|
218-
| https://juspay.github.io/hyperswitch-helm | hyperswitch-app | 1.1.0 |
218+
| https://juspay.github.io/hyperswitch-helm | hyperswitch-app | 1.1.1 |
219219
| https://juspay.github.io/hyperswitch-helm | hyperswitch-control-center | 1.1.0 |
220-
| https://juspay.github.io/hyperswitch-helm | hyperswitch-monitoring | 0.1.5 |
220+
| https://juspay.github.io/hyperswitch-helm | hyperswitch-monitoring | 0.1.6 |
221221
| https://juspay.github.io/hyperswitch-helm | hyperswitch-ucs | 0.1.2 |
222222
| https://juspay.github.io/hyperswitch-helm | hyperswitch-web | 0.2.12 |

charts/incubator/hyperswitch-stack/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ hyperswitch-app:
130130
run_env: sandbox
131131
email:
132132
active_email_client: SMTP
133+
configs:
134+
proxy:
135+
enabled: false
133136
controlCenter:
134137
env:
135138
default__features__email: "true"

0 commit comments

Comments
 (0)