mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/patroni] Fix chart not being upgradable because of spec.VolumeClaimTemplate.metadata.labels being immutable (#8594)
See https://github.com/helm/charts/issues/7803 Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
This commit is contained in:
committed by
k8s-ci-robot
parent
82da29d32a
commit
b0327f2000
@@ -1,6 +1,6 @@
|
||||
name: patroni
|
||||
description: 'Highly available elephant herd: HA PostgreSQL cluster.'
|
||||
version: 0.9.0
|
||||
version: 0.10.0
|
||||
appVersion: 1.4-p7
|
||||
home: https://github.com/zalando/patroni
|
||||
sources:
|
||||
|
||||
@@ -151,7 +151,6 @@ spec:
|
||||
{{- end }}
|
||||
labels:
|
||||
app: {{ template "patroni.name" . }}
|
||||
chart: {{ template "patroni.chart" . }}
|
||||
release: {{ .Release.Name }}
|
||||
heritage: {{ .Release.Service }}
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user