charts
charts copied to clipboard
Update ingress.yaml to use v3 kube version check syntax
With Helm 3.x, .Capabilities.KubeVersion.GitVersion is deprecated (see https://github.com/helm/helm/blob/master/pkg/chartutil/capabilities.go#L60). To avert future breakage, the chart should use .Capabilities.KubeVersion.Version in ingress.yaml when selecting which kubernetes version to pick the apiVersion for the ingress.
thanks @wattsap, LGTM!
we'll just need to rebase with main and bump the chart version to 3.10.0