Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[incubator/patroni] Fix chart not being upgradable because of spec.Vo…
Browse files Browse the repository at this point in the history
…lumeClaimTemplate.metadata.labels being immutable (#8594)

See #7803

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
  • Loading branch information
desaintmartin authored and k8s-ci-robot committed Oct 23, 2018
1 parent 82da29d commit b0327f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion incubator/patroni/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 0 additions & 1 deletion incubator/patroni/templates/statefulset-patroni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ spec:
{{- end }}
labels:
app: {{ template "patroni.name" . }}
chart: {{ template "patroni.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
Expand Down

0 comments on commit b0327f2

Please sign in to comment.