Hello, maybe I am blind, but where do I find the v...
# kubernetes
e
Hello, maybe I am blind, but where do I find the v4 version of
com.pulumi.kubernetes.helm.v3.Release
? We do have several Helm charts that we configure this way, but there seems to be no equivalent
com.pulumi.kubernetes.helm.v4.Release
. Can we simply stay on v3? Or do we need to migrate to
v4.Chart
?
f
You can stay on v3 Release; there is no v4 Release as of this writing. This might be helpful reading: https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/choosing-the-right-helm-resource-for-your-use-case/
e
Thanks. The page makes no mention of a missing v4 Release, but it turns out that there is a mention of this on the v4 Chart documentation. I will just stay with v3.Release for now, thanks!