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
- Install Helm v4
- Install helm-push plugin
- Run
helm plugin list - shows as getter/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.
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
getter/v1type instead ofcli/v1helm cm-pushcommand not recognizedExpected Behavior
helm cm-pushcommand should work with v4Environment
Steps to Reproduce
helm plugin list- shows asgetter/v1helm cm-push --help- command not foundImpact
Users cannot use the plugin with Helm v4, blocking adoption of the latest Helm version.