File tree Expand file tree Collapse file tree
charts/incubator/hyperswitch-stack Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2424appVersion : " 1.16.0"
2525dependencies :
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
Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments