File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
charts/zero-notifcation-service Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ 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.0.9
18+ version : 0.0.10
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
2222# follow Semantic Versioning. They should reflect the version the application is using.
23- appVersion : 0.0.11
23+ appVersion : 0.0.12
Original file line number Diff line number Diff line change 77 GRACEFUL_SHUTDOWN_TIMEOUT_SECONDS : " {{ .Values.application.gracefulShutdownTimeout }}"
88 STRUCTURED_LOGGING : " {{ .Values.application.structuredLogging }}"
99 ALLOW_EMAIL_TO_DOMAINS : " {{ .Values.application.allowEmailToDomains }}"
10+ TWILIO_PHONE_NUMBER : {{ .Values.application.twilioPhoneNumber | quote }}
You can’t perform that action at this time.
0 commit comments