File tree Expand file tree Collapse file tree 6 files changed +3
-9
lines changed
Expand file tree Collapse file tree 6 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ type: application
2424# This is the chart version. This version number should be incremented each time you make changes
2525# to the chart and its templates, including the app version.
2626# Versions are expected to follow Semantic Versioning (https://semver.org/)
27- version : 2.3.3
27+ version : 2.3.4
2828dependencies :
2929 - name : library-chart
3030 version : 1.7.0
Original file line number Diff line number Diff line change @@ -218,8 +218,6 @@ spec:
218218 {{- else }}
219219 value : " {{ .Values.service.image.version }}"
220220 {{- end }}
221- - name : NB_USER
222- value : {{ .Values.environment.user }}
223221 - name : PROJECT_USER
224222 value : {{ .Values.environment.user }}
225223 - name : PROJECT_GROUP
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type: application
2222# This is the chart version. This version number should be incremented each time you make changes
2323# to the chart and its templates, including the app version.
2424# Versions are expected to follow Semantic Versioning (https://semver.org/)
25- version : 2.3.4
25+ version : 2.3.5
2626dependencies :
2727 - name : library-chart
2828 version : 1.7.0
Original file line number Diff line number Diff line change @@ -169,8 +169,6 @@ spec:
169169 {{- else }}
170170 value : " {{ .Values.service.image.version }}"
171171 {{- end }}
172- - name : NB_USER
173- value : {{ .Values.environment.user }}
174172 - name : PROJECT_USER
175173 value : {{ .Values.environment.user }}
176174 - name : PROJECT_GROUP
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ type: application
2424# This is the chart version. This version number should be incremented each time you make changes
2525# to the chart and its templates, including the app version.
2626# Versions are expected to follow Semantic Versioning (https://semver.org/)
27- version : 2.3.3
27+ version : 2.3.4
2828dependencies :
2929 - name : library-chart
3030 version : 1.7.0
Original file line number Diff line number Diff line change @@ -228,8 +228,6 @@ spec:
228228 {{- else }}
229229 value : " {{ .Values.service.image.version }}"
230230 {{- end }}
231- - name : NB_USER
232- value : {{ .Values.environment.user }}
233231 - name : PROJECT_USER
234232 value : {{ .Values.environment.user }}
235233 - name : PROJECT_GROUP
You can’t perform that action at this time.
0 commit comments