Skip to content

Commit

Permalink
fix: up k8s cronjob apiversion (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo authored Jul 17, 2023
1 parent ca72fe6 commit c0fc745
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kontinuous/templates/alert.cronjob.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: cron-alert
Expand Down
2 changes: 1 addition & 1 deletion .kontinuous/templates/cleanup.cronjob.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: cron-cleanup-db
Expand Down
2 changes: 1 addition & 1 deletion .kontinuous/templates/ingester.cronjob.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: cron-ingester
Expand Down

0 comments on commit c0fc745

Please sign in to comment.