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

add install script into package

Open sdesbure opened this issue 4 years ago • 1 comments

current release package doesn't provide script/install_plugins.shwhich is mandatory if we want to install from package. this commit is adding them, allowing to install helm push in a "non Internet" environment (with the use of HELM_PUSH_PLUGIN_NO_INSTALL_HOOK)

sdesbure avatar Apr 12 '21 10:04 sdesbure

I'm not sure it is the expected solution. But I found a way to install the plugin with a local file without using the helm plugin install command: https://github.com/chartmuseum/helm-push/issues/161

mparada avatar Sep 12 '22 07:09 mparada