When I execute helm plugin install https://github.com/chartmuseum/helm-push, I got the following error:
Error: plugin is installed but unusable: failed to load plugin at "/home/runner/.local/share/helm/plugins/helm-push/plugin.yaml": error unmarshaling JSON: while decoding JSON: json: unknown field "apiVersion"
Local testing result:
➜ helm plugin install https://github.com/chartmuseum/helm-push --version 0.10.4
Downloading and installing helm-push v0.10.4 ...
https://github.com/chartmuseum/helm-push/releases/download/v0.10.4/helm-push_0.10.4_darwin_arm64.tar.gz
Installed plugin: cm-push
➜ helm plugin install https://github.com/chartmuseum/helm-push --version 0.11.0
Error: plugin is installed but unusable: failed to load plugin at "/Users/christopher_chang/Library/helm/plugins/helm-push/plugin.yaml": error unmarshaling JSON: while decoding JSON: json: unknown field "apiVersion"