intellij-openshift-connector
intellij-openshift-connector copied to clipboard
Use upstream Helm CLI over RedHat/OpenShift
Current Upstream Helm CLI is 3.14.3 (https://github.com/helm/helm/releases) and adds new features whereas RedHat openshift mirror is still on 3.12 ( and is currently broken, see #748 )
see also https://github.com/redhat-developer/intellij-common/issues/215 for being able to correctly handle upstream helm cli
new version of helm CLI for openshift has been released, but still an old one (3.13.2), see #796
@sbouchet can you check what version devconsole uses for helm workflow?
thy're using 3.13.2, probably from mirror (https://mirror.openshift.com/pub/openshift-v4/clients/helm/3.13.2/). https://github.com/openshift/console/blob/5a962047abe8a49ba202d10df03e223251ba9a65/go.mod#L30
@sbouchet what is the update on this issue ?