[bitnami/clickhouse]: Use inmutable labels on claim templates (#18309)

This commit is contained in:
Juan Ariza Toledano
2023-08-16 16:22:14 +02:00
committed by GitHub
parent f06fae34ee
commit cb715ba208
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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 }}