You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using your available docker image to validate our Helm charts and find some API deprecations, however your current only available image was build using alpine/helm running Helm 2.14.
I'm using .Capabilities.KubeVersion.GitVersion to give some more flexibility to my chart, however since your image is running helm 2.14, I can't template a correct version of my chart for Kubernetes API versions higher than 1.14.
I would like to ask you to build some 2 new docker images, one with Helm 2.16 (for people still running Helm 2) and Helm 3.2
Thanks!
The text was updated successfully, but these errors were encountered:
We are using your available docker image to validate our Helm charts and find some API deprecations, however your current only available image was build using
alpine/helm
running Helm 2.14.I'm using
.Capabilities.KubeVersion.GitVersion
to give some more flexibility to my chart, however since your image is running helm 2.14, I can't template a correct version of my chart for Kubernetes API versions higher than 1.14.I would like to ask you to build some 2 new docker images, one with Helm 2.16 (for people still running Helm 2) and Helm 3.2
Thanks!
The text was updated successfully, but these errors were encountered: