Skip to content

Commit

Permalink
Fix deployment - UPGRADE FAILED due to missing required field service… (
Browse files Browse the repository at this point in the history
#27)

* Fix deployment - UPGRADE FAILED due to missing required field serviceName

* Change vertion to 1.2.1
  • Loading branch information
possani authored and monotek committed Aug 21, 2019
1 parent 169f978 commit 725890d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: zammad
version: 1.2.0
version: 1.2.1
appVersion: 3.1.0
description: Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and e-mails.
home: https://zammad.org
Expand Down
1 change: 1 addition & 0 deletions zammad/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
matchLabels:
app.kubernetes.io/name: {{ include "zammad.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
serviceName: {{ include "zammad.name" . }}
template:
metadata:
labels:
Expand Down

0 comments on commit 725890d

Please sign in to comment.