mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 15:10:15 +08:00
[bitnami/redis-cluster] Add checksum to update pods when configmap is updated (#8470)
Co-authored-by: Meelis Tamm <meelis.tamm@rangeforce.com>
This commit is contained in:
@@ -23,4 +23,4 @@ name: redis-cluster
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-redis
|
||||
- http://redis.io/
|
||||
version: 7.0.13
|
||||
version: 7.0.14
|
||||
|
||||
@@ -33,6 +33,7 @@ spec:
|
||||
{{- if not .Values.existingSecret }}
|
||||
checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
|
||||
{{- end }}
|
||||
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
|
||||
{{- if .Values.redis.podAnnotations }}
|
||||
{{- toYaml .Values.redis.podAnnotations | nindent 8 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user