charts icon indicating copy to clipboard operation
charts copied to clipboard

Update ingress.yaml to use v3 kube version check syntax

Open wattsap opened this issue 2 years ago • 1 comments

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.

wattsap avatar Jun 09 '23 04:06 wattsap

thanks @wattsap, LGTM!

we'll just need to rebase with main and bump the chart version to 3.10.0

cbuto avatar Jun 20 '23 20:06 cbuto