[bitnami/mariadb-galera] Add checksum to update pods when modifying the configmap (#6325)

This commit is contained in:
Miguel Ángel Cabrera Miñagorri
2021-05-11 16:32:54 +02:00
committed by GitHub
parent c32c2b687c
commit dc11816d5f
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -27,4 +27,4 @@ sources:
- https://github.com/bitnami/bitnami-docker-mariadb-galera
- https://github.com/prometheus/mysqld_exporter
- https://mariadb.org
version: 5.7.1
version: 5.8.0
@@ -18,6 +18,7 @@ spec:
metadata:
{{- if .Values.podAnnotations }}
annotations: {{- include "common.tplvalues.render" (dict "value" .Values.podAnnotations "context" $) | nindent 8 }}
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
{{- end }}
labels: {{- include "common.labels.matchLabels" . | nindent 8 }}
{{- if .Values.podLabels }}