mirror of
https://github.com/bitnami/charts.git
synced 2026-03-27 15:27:10 +08:00
[bitnami/clickhouse]: Use inmutable labels on claim templates (#18309)
This commit is contained in:
committed by
GitHub
parent
f06fae34ee
commit
cb715ba208
@@ -33,4 +33,4 @@ maintainers:
|
||||
name: clickhouse
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse
|
||||
version: 3.6.4
|
||||
version: 3.6.5
|
||||
|
||||
@@ -415,7 +415,7 @@ spec:
|
||||
{{- if $.Values.commonAnnotations }}
|
||||
{{- include "common.tplvalues.render" (dict "value" $.Values.commonAnnotations "context" $) | nindent 10 }}
|
||||
{{- end }}
|
||||
labels: {{- include "common.labels.standard" $ | nindent 10 }}
|
||||
labels: {{- include "common.labels.matchLabels" $ | nindent 10 }}
|
||||
app.kubernetes.io/component: clickhouse
|
||||
{{- if $.Values.commonLabels }}
|
||||
{{- include "common.tplvalues.render" (dict "value" $.Values.commonLabels "context" $) | nindent 10 }}
|
||||
|
||||
Reference in New Issue
Block a user