mirror of
https://github.com/bitnami/charts.git
synced 2026-03-09 15:38:00 +08:00
7 lines
415 B
Plaintext
7 lines
415 B
Plaintext
{{- if and (contains "bitnami/" .Values.image.repository) (not (.Values.image.tag | toString | regexFind "-r\\d+$|sha256:")) }}
|
|
|
|
WARNING: Rolling tag detected ({{ .Values.image.repository }}:{{ .Values.image.tag }}), please note that it is strongly recommended to avoid using rolling tags in a production environment.
|
|
+info https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/
|
|
|
|
{{- end }}
|