Skip to content
Open
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.6.0
version: 15.7.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
2 changes: 1 addition & 1 deletion zammad/templates/job-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
ttlSecondsAfterFinished: 300
ttlSecondsAfterFinished: {{ .Values.zammadConfig.initJob.ttlSecondsAfterFinished }}
template:
metadata:
annotations:
Expand Down
2 changes: 2 additions & 0 deletions zammad/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,8 @@ zammadConfig:

initJob:
randomName: true
# specify how long after finish pods are deleted
ttlSecondsAfterFinished: 3600
annotations: {}
# my-annotation: "value"
podLabels: {}
Expand Down
Loading