Commit 3478d42 1 parent a88c225 commit 3478d42 Copy full SHA for 3478d42
File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ type: application
16
16
# This is the chart version. This version number should be incremented each time you make changes
17
17
# to the chart and its templates, including the app version.
18
18
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19
- version : 0.55 .0
19
+ version : 0.56 .0
20
20
21
21
# This is the version number of the application being deployed. This version number should be
22
22
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -139,6 +139,8 @@ spec:
139
139
env :
140
140
- name : READ_ONLY
141
141
value : " {{ .Values.readonly }}"
142
+ - name : SUPPORT_ENABLED
143
+ value : " {{ .Values.kerberoshub.support }}"
142
144
- name : CLOUD_API_URL
143
145
value : " {{ .Values.kerberoshub.api.url }}"
144
146
- name : API_URL
Original file line number Diff line number Diff line change @@ -150,6 +150,8 @@ email:
150
150
# Kerberos hub properly working.
151
151
152
152
kerberoshub :
153
+ # Enables the support environment.
154
+ support : false
153
155
api :
154
156
repository : kerberos/hub-api
155
157
pullPolicy : IfNotPresent
You can’t perform that action at this time.
0 commit comments