Skip to content

Commit

Permalink
batch/v1beta1 to batch/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
ehdieunguyen committed Aug 10, 2024
1 parent c4f8988 commit 2251119
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sentry/templates/cronjob-sentry-cleanup.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.sentry.cleanup.enabled }}
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ template "sentry.fullname" . }}-sentry-cleanup
Expand Down
2 changes: 1 addition & 1 deletion sentry/templates/cronjob-snuba-cleanup-errors.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.snuba.cleanupErrors.enabled }}
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ template "sentry.fullname" . }}-snuba-cleanup-errors
Expand Down
2 changes: 1 addition & 1 deletion sentry/templates/cronjob-snuba-cleanup-transactions.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.snuba.cleanupTransactions.enabled }}
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ template "sentry.fullname" . }}-snuba-cleanup-transactions
Expand Down

0 comments on commit 2251119

Please sign in to comment.