Skip to content

Commit

Permalink
[stable/nats] Fix ValidationError: unknown field "serviceName" (helm#…
Browse files Browse the repository at this point in the history
…14439)

Signed-off-by: guessi <guessi@gmail.com>
  • Loading branch information
guessi authored and alemorcuq committed Jun 6, 2019
1 parent b9d532f commit ececb0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion stable/nats/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: nats
version: 2.5.4
version: 2.5.5
appVersion: 1.4.1
description: An open-source, cloud-native messaging system
keywords:
Expand Down
1 change: 0 additions & 1 deletion stable/nats/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ metadata:
release: {{ .Release.Name | quote }}
heritage: {{ .Release.Service | quote }}
spec:
serviceName: {{ template "nats.fullname" . }}-headless
replicas: {{ .Values.replicaCount }}
strategy:
rollingUpdate:
Expand Down

0 comments on commit ececb0a

Please sign in to comment.