How do you set .Capabilities.KubeVersion.Version f...
# general
g
How do you set .Capabilities.KubeVersion.Version for a helm.NewChart? Which would be essentially getting the kubernetes version. I have a chart that cares about the k8s version and I'm too lazy to change the helm chart.
nm, think i'm using sdk v3, not 4 like this:
Copy code
"<http://github.com/pulumi/pulumi-kubernetes/sdk/v4/go/kubernetes/helm/v3|github.com/pulumi/pulumi-kubernetes/sdk/v4/go/kubernetes/helm/v3>"
i still think this should be hard set-able.