hiddeco / cronjobber

Cronjobber is a cronjob controller for Kubernetes with support for time zones
Apache License 2.0
244 stars 38 forks source link

Migrate CRD to v1 to allow Helm .Capabilities to detect it #37

Closed carlosjgp closed 8 months ago

carlosjgp commented 3 years ago

Deprecated in v1.16, planned for removal in v1.22. Use apiextensions.k8s.io/v1 CustomResourceDefinition instead.

CRDs v1 allows the TZCronJob to be registered as part of the K8s API and be detected on Helm using

.Capabilities.APIVersions.Has "cronjobber.hidde.co/v1alpha1"

At the moment I'm managing the detection manually