Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: zammad
version: 15.4.2
version: 15.5.0
appVersion: 6.5.2-46
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
3 changes: 3 additions & 0 deletions zammad/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ metadata:
name: {{ $fullName }}
labels:
{{- include "zammad.labels" . | nindent 4 }}
{{- with .Values.ingress.labels }}
{{- toYaml . | nindent 4 }}
{{- end }}
annotations:
{{- include "zammad.annotations" . | nindent 4 }}
{{- with .Values.ingress.annotations }}
Expand Down
2 changes: 2 additions & 0 deletions zammad/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ ingress:
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
labels: {}


# Please note that passwords for PostgreSQL, Redis and S3 may not
# contain special characters which would require URL encoding.
Expand Down
Loading