redhat-developer / intellij-openshift-connector

IntelliJ OpenShift Toolkit
https://plugins.jetbrains.com/plugin/12030-openshift-toolkit-by-red-hat/
Eclipse Public License 2.0
16 stars 22 forks source link

Use upstream Helm CLI over RedHat/OpenShift #772

Open sbouchet opened 3 months ago

sbouchet commented 3 months ago

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 )

sbouchet commented 3 months ago

see also https://github.com/redhat-developer/intellij-common/issues/215 for being able to correctly handle upstream helm cli

sbouchet commented 2 months ago

new version of helm CLI for openshift has been released, but still an old one (3.13.2), see #796

mohitsuman commented 1 month ago

@sbouchet can you check what version devconsole uses for helm workflow?

sbouchet commented 1 month ago

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