Skip to content

Commit 0e923e7

Browse files
committed
build(repo): Update Helm chart to v0.4.0
1 parent 94e1298 commit 0e923e7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

cluster/charts/fuel-streams-publisher/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.3.9
16+
version: 0.4.0
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.

cluster/charts/fuel-streams-publisher/templates/statefulset.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ spec:
2424
prometheus.io/path: {{ .Values.prometheus.path | quote }}
2525
{{- end }}
2626
# 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 }} */}}
3333
{{- with .Values.config.annotations }}
3434
{{- toYaml . | nindent 8 }}
3535
{{- end }}

0 commit comments

Comments
 (0)