Helm v4 Compatibility Request
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/v1type instead ofcli/v1 -
helm cm-pushcommand not recognized - Version detection only handles v2/v3
Expected Behavior
- Plugin should detect and support Helm v4
-
helm cm-pushcommand 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
- Install Helm v4
- Install helm-push plugin
- Run
helm plugin list- shows asgetter/v1 - Run
helm cm-push --help- command not found
Impact
Users cannot use the plugin with Helm v4, blocking adoption of the latest Helm version.
Maybe switching to the fork could be a good idea ? https://github.com/ActianCorp/helm-push
Although on helmv4 release it says "Existing plugins continue to work", this one does not, also the fork does not work for me.
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...
Any news on this?