drupalwxt / helm-drupal

Helm Chart for deploying an enterprise-grade Drupal environment.
https://drupalwxt.github.io/helm-drupal/index.yaml
MIT License
31 stars 22 forks source link

Update CronJob apiVersion #113

Closed markwooff closed 2 years ago

markwooff commented 2 years ago

CronJobs built into this chart are still using the batch/v1beta1 apiVersion when they have been out of beta since Kubernetes v1.21 (see https://kubernetes.io/blog/2021/04/08/kubernetes-1-21-release-announcement/#cronjobs-graduate-to-stable).

Added a semVer check for clusters meeting the 1.21 requirements to use batch/v1 with the fallback still in place.