helm-charts
helm-charts copied to clipboard
Update apiVersion on cronjob
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