mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/mariadb-galera] Add checksum to update pods when modifying the configmap (#6325)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user