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

Plugin installation will falsely "success" even if download fails

Open lingsamuel opened this issue 4 years ago • 1 comments

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

lingsamuel avatar Apr 16 '20 06:04 lingsamuel

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 :\

sagikazarmark avatar Sep 01 '20 15:09 sagikazarmark