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

Install plugin from release tar.gz

Open richardlt opened this issue 4 years ago • 2 comments

Hi, I was trying to install the plugin from the released archive to avoid a direct dependency with Github in my script. But the plugin.yaml files that is given in this archive also refers some hook scripts that are not in the tar. I think this hooks are only needed when we install the plugin directly from the repo. Maybe it can be a good idea to remove the hooks declaration from the plugin.yaml file before creating the tar, what do you think ?

richardlt avatar Aug 20 '20 16:08 richardlt

I want to do the plugin installation offline.

I download the tgz and uncompress to local folder, here is the error msg.

$ helm plugin install helm-push-plugin
sh: scripts/install_plugin.sh: not found
Error: plugin install hook for "push" exited with error

Or is it possible to provide a official docker image which already has the plugin installed so end-user can pull and use it directly ?

wushuzh avatar Nov 25 '20 07:11 wushuzh

If there is a workaround for this currently ?

wushuzh avatar Nov 25 '20 08:11 wushuzh