Skip to content

Commit

Permalink
[discord-bot] fix api version of cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jan 16, 2024
1 parent 42dc214 commit b90de09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/discord-backup-bot/templates/job.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ .Release.Name }}-job
Expand Down

0 comments on commit b90de09

Please sign in to comment.