helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Update apiVersion on cronjob

Open AlexandreAllemand opened this issue 2 years ago • 0 comments

The batch/v1beta1 API version of CronJob will no longer be served in v1.25 on kubernetes. Migrate manifests and API clients to use the batch/v1 API version, available since v1.21.

Signed-off-by: AlexandreAllemand [email protected]

What this PR does / why we need it

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

  • fixes #

Special notes for your reviewer

Checklist

  • [x] DCO signed
  • [ ] Chart Version bumped
  • [ ] CHANGELOG.md was updated

AlexandreAllemand avatar Sep 14 '22 16:09 AlexandreAllemand