Skip to content

Commit

Permalink
Fixes: #275 - A fixed / well known label on init job. (#276)
Browse files Browse the repository at this point in the history
* Fixes: #275 - A fixed / well known label on init job.
  • Loading branch information
mgruner authored Jun 24, 2024
1 parent 11b6d0d commit 950e49a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: zammad
version: 12.2.0
appVersion: 6.3.1-4
version: 12.2.1
appVersion: 6.3.1-56
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
icon: https://raw.githubusercontent.com/zammad/zammad-documentation/main/images/zammad_logo_600x520.png
Expand Down
2 changes: 2 additions & 0 deletions zammad/templates/job-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ metadata:
# but the pods need the job to work properly.
labels:
{{- include "zammad.labels" . | nindent 4 }}
app.kubernetes.io/component: zammad-init
{{- with .Values.zammadConfig.initJob.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
Expand All @@ -26,6 +27,7 @@ spec:
{{- end }}
labels:
{{- include "zammad.labels" . | nindent 8 }}
app.kubernetes.io/component: zammad-init
spec:
{{- include "zammad.podSpec" . | nindent 6 }}
restartPolicy: OnFailure
Expand Down

0 comments on commit 950e49a

Please sign in to comment.