Skip to content

Commit

Permalink
make sure only one discord backup job runs
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jan 16, 2024
1 parent 8e92556 commit 1d128b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/discord-backup-bot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: discord-backup-bot
description: A Helm chart for the discord backup bot
type: application

version: 0.2.4
version: 0.2.5

# App metadata
appVersion: "0.0.1"
Expand Down
1 change: 1 addition & 0 deletions charts/discord-backup-bot/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: {{ .Release.Name }}-job
spec:
schedule: "{{ .Values.backupSchedule }}"
concurrencyPolicy: Forbid
jobTemplate:
spec:
template:
Expand Down

0 comments on commit 1d128b6

Please sign in to comment.