timescale / helm-charts

Configuration and Documentation to run TimescaleDB in your Kubernetes cluster
Apache License 2.0
264 stars 223 forks source link

feat: make sure to use the correct batch api for crons #426

Closed robgordon89 closed 2 years ago

robgordon89 commented 2 years ago

What this PR does / why we need it

Make sure we use the correct batch API version before 1.25+ removes the API

warnings.go:70] batch/v1beta1 CronJob is deprecated in v1.21+, unavailable in v1.25+; use batch/v1 CronJob

Checklist