File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ type: application
6
6
7
7
# This version number should be incremented each time you make changes
8
8
# to the chart and its templates, including the app version.
9
- version : " 0.2.0 "
9
+ version : " 0.2.1 "
10
10
11
11
# This version number should be incremented each time you make changes
12
12
# to the application.
Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ spec:
13
13
{{- include "element-call.selectorLabels" . | nindent 6 }}
14
14
template :
15
15
metadata :
16
- {{- with .Values.podAnnotations }}
17
16
annotations :
17
+ {{- with .Values.podAnnotations }}
18
18
{{- toYaml . | nindent 8 }}
19
- {{- end }}
19
+ {{- end }}
20
+ checksum/config : {{ include (print $.Template.BasePath "/config-template.yaml") . | sha256sum }}
20
21
labels :
21
22
{{- include "element-call.selectorLabels" . | nindent 8 }}
22
23
spec :
You can’t perform that action at this time.
0 commit comments