[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:
Meelis
2021-12-22 14:38:55 +02:00
committed by GitHub
parent 8db56cbab9
commit 15a03f0c76
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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 }}