Skip to content

Commit

Permalink
[stable/rabbitmq] Major version bump: Fix chart not being upgradable …
Browse files Browse the repository at this point in the history
…by removing 'chart' label from spec.selector or spec.VolumeClaimTemplate. (helm#7687)

See helm#7680.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
Signed-off-by: Jakob Niggel <info@jakobniggel.de>
  • Loading branch information
desaintmartin authored and Jnig committed Nov 13, 2018
1 parent 2cb91fc commit 2391a29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion stable/rabbitmq/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rabbitmq
version: 3.0.1
version: 3.1.0
appVersion: 3.7.8
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
keywords:
Expand Down
1 change: 0 additions & 1 deletion stable/rabbitmq/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ spec:
name: data
labels:
app: {{ template "rabbitmq.name" . }}
chart: {{ template "rabbitmq.chart" . }}
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
spec:
Expand Down

0 comments on commit 2391a29

Please sign in to comment.