Open verdverm opened 11 months ago
after realizing my typo (reversing install & plugin), I'm seeing a different error
$ helm plugin install ./helm-push_0.10.4_linux_amd64.tar.gz
Error: plugin metadata (plugin.yaml) missing
If I manually unpack the tar into the correct location, it works
mkdir -p $HELM_PLUGIN_DIR/helm-push
tar -xf helm-push_0.10.4_linux_amd64.tar.gz -C $HELM_PLUGIN_DIR/helm-push
helm v3.10.1
, though it seems to be the case for some time (https://github.com/helm/helm/pull/5610)