mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 06:47:28 +08:00
[bitnami/minio] add commonLabels to template.metadata (#12962)
* Bump chart version Signed-off-by: Jacob Kuzma <jake@kuz.ma> * Add commonLabels to deployment.spec.template Signed-off-by: Jacob Kuzma <jake@kuz.ma> * Add commonLabels to statefulset.spec.template Signed-off-by: Jacob Kuzma <jake@kuz.ma> Signed-off-by: Jacob Kuzma <jake@kuz.ma>
This commit is contained in:
@@ -25,4 +25,4 @@ name: minio
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/minio
|
||||
- https://min.io
|
||||
version: 11.10.10
|
||||
version: 11.10.11
|
||||
|
||||
@@ -32,6 +32,9 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
labels: {{- include "common.labels.standard" . | nindent 8 }}
|
||||
{{- if .Values.commonLabels }}
|
||||
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.podLabels }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.podLabels "context" $) | nindent 8 }}
|
||||
{{- end }}
|
||||
|
||||
@@ -20,6 +20,9 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
labels: {{- include "common.labels.standard" . | nindent 8 }}
|
||||
{{- if .Values.commonLabels }}
|
||||
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.podLabels }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.podLabels "context" $) | nindent 8 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user