Skip to content

Commit c87de40

Browse files
authored
Update batch apiVersion to v1 (#68)
`batch/v1beta` will be deprecated soon (unavailable in v1.25+) so moving to `batch/v1`
1 parent 02165b5 commit c87de40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 09-cronjob/01-simple-cronjob.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
apiVersion: batch/v1beta1
2+
apiVersion: batch/v1
33
kind: CronJob
44
metadata:
55
name: simple-cronjob

0 commit comments

Comments
 (0)