bjw-s / helm-charts

A collection of Helm charts
https://bjw-s.github.io/helm-charts/
Apache License 2.0
535 stars 100 forks source link

Ability to specify `.spec.timeZone` in `CronJob` #218

Closed onedr0p closed 8 months ago

onedr0p commented 8 months ago

Details

Describe the solution you'd like:

It would be awesome to have the ability to set the timezone on a cronjob:

https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#time-zones

bjw-s commented 8 months ago

This would require the kubeVersion to jump to 1.27 though if I'm not mistaking?

onedr0p commented 8 months ago

That or a kube version check on the individual field?

bjw-s commented 8 months ago

That or a kube version check on the individual field?

Doh... It was still early when I replied this morning I guess :D

bjw-s commented 8 months ago

Added support in upcoming v2.1.0