kokuwaio / helm-charts

helm charts maintained by the kokuwa project
GNU General Public License v3.0
41 stars 69 forks source link

update CronJob apiVersion #117

Closed janfuhrer closed 2 years ago

janfuhrer commented 2 years ago

Which chart

mysqldump

What this PR does / why we need it

Following warning occurs if you install the chart:

batch/v1beta1 CronJob is deprecated in v1.21+, unavailable in v1.25+; use batch/v1 CronJob

Update Cronjob API-Version to batch/v1. The new API-Version is available since Kubernetes v1.21, which leads to a breaking change of the helm chart (updated prequisites).

Links

Tell me if anything needs to be changed.

Which issue this PR fixes

Special notes for your reviewer

Checklist