helm-push
helm-push copied to clipboard
Plugin installation will falsely "success" even if download fails
I am trying to install helm-push without public network, I transfer whole git repo to the machine and run:
helm plugin install ./helm-push
The install script will try to download release package, and it fails. Then if I run:
helm plugin list
I got:
NAME VERSION DESCRIPTION
push 0.8.1 Push chart package to ChartMuseum
That's actually a Helm issue, not a problem with this plugin. If the installation hook fails, the plugin.yaml and the plugin directory stays there. Try uninstalling first, or try updating the plugin. There isn't much you can do :\