Commit 0e923e7 1 parent 94e1298 commit 0e923e7 Copy full SHA for 0e923e7
File tree 2 files changed +7
-7
lines changed
cluster/charts/fuel-streams-publisher
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ type: application
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
- version : 0.3.9
16
+ version : 0.4.0
17
17
# This is the version number of the application being deployed. This version number should be
18
18
# incremented each time you make changes to the application. Versions are not expected to
19
19
# follow Semantic Versioning. They should reflect the version the application is using.
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ spec:
24
24
prometheus.io/path : {{ .Values.prometheus.path | quote }}
25
25
{{- end }}
26
26
# Add checksums to force pod restart when configs change
27
- {{- if (lookup "v1" "ConfigMap" .Release.Namespace (include "fuel-streams-publisher.fullname" .)) }}
28
- checksum/config : {{ include (print $.Template.BasePath "/env-configmap.yaml") . | sha256sum }}
29
- {{- end }}
30
- {{- if (lookup "v1" "Secret" .Release.Namespace (include "fuel-streams-publisher.fullname" .)) }}
31
- checksum/secrets : {{ include (print $.Template.BasePath "/env-secrets.yaml") . | sha256sum }}
32
- {{- end }}
27
+ {{/* {{ - if (lookup "v1" "ConfigMap" .Release.Namespace (include "fuel-streams-publisher.fullname" .)) }} */ }}
28
+ {{/* checksum/config: {{ include (print $.Template.BasePath "/env-configmap.yaml") . | sha256sum }} */ }}
29
+ {{/* {{ - end }} */ }}
30
+ {{/* {{ - if (lookup "v1" "Secret" .Release.Namespace (include "fuel-streams-publisher.fullname" .)) }} */ }}
31
+ {{/* checksum/secrets: {{ include (print $.Template.BasePath "/env-secrets.yaml") . | sha256sum }} */ }}
32
+ {{/* {{ - end }} */ }}
33
33
{{- with .Values.config.annotations }}
34
34
{{- toYaml . | nindent 8 }}
35
35
{{- end }}
You can’t perform that action at this time.
0 commit comments