helm-push icon indicating copy to clipboard operation
helm-push copied to clipboard

Helm v4 Compatibility Request

Open aravindtga opened this issue 2 months ago • 4 comments

Problem

The helm-push plugin currently only supports Helm v2 and v3. With Helm v4 now released, the plugin fails to work properly with the latest version.

Current Behavior

  • Plugin shows as getter/v1 type instead of cli/v1
  • helm cm-push command not recognized
  • Version detection only handles v2/v3

Expected Behavior

  • Plugin should detect and support Helm v4
  • helm cm-push command should work with v4
  • Maintain backward compatibility with v2/v3

Environment

  • Helm v4.0.0
  • Ubuntu Linux
  • Plugin installed via local directory

Steps to Reproduce

  1. Install Helm v4
  2. Install helm-push plugin
  3. Run helm plugin list - shows as getter/v1
  4. Run helm cm-push --help - command not found

Impact

Users cannot use the plugin with Helm v4, blocking adoption of the latest Helm version.

aravindtga avatar Nov 18 '25 16:11 aravindtga

Maybe switching to the fork could be a good idea ? https://github.com/ActianCorp/helm-push

benoittgt avatar Nov 19 '25 11:11 benoittgt

Although on helmv4 release it says "Existing plugins continue to work", this one does not, also the fork does not work for me.

mwiede avatar Nov 24 '25 09:11 mwiede

same problem here, our pipeline is using a latest "tools" image where the version of helm was upgraded to 4.0 and it started failing... I fixed it temporarily by downgrading the "tools" image one version below... this has to be fixed somehow I would like to kindly ask you...

mariaanko avatar Nov 27 '25 16:11 mariaanko

Any news on this?

kasundel avatar Dec 15 '25 13:12 kasundel