jaegertracing / helm-charts

Helm Charts for Jaeger backend
Apache License 2.0
258 stars 340 forks source link

[jaeger] Add kubeVersion to indicate Kubernetes compatibility #449

Closed lollipopman closed 1 year ago

lollipopman commented 1 year ago

Prior to this commit helm could determine, prior to an apply, whether the chart is compatible with the local Kubernetes cluster.

After this commit helm is able to reject the apply immediately.

Checklist