diff --git a/kube.libsonnet b/kube.libsonnet index 418a76a..79117e4 100644 --- a/kube.libsonnet +++ b/kube.libsonnet @@ -528,7 +528,7 @@ }, }, - CronJob(name): $._Object("batch/v1beta1", "CronJob", name) { + CronJob(name): $._Object("batch/v1", "CronJob", name) { local cronjob = self, spec: {