We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ helm install plugin helm-push_0.10.4_linux_amd64.tar.gz Error: INSTALLATION FAILED: chart illegally contains content outside the base directory: "LICENSE"
helm v3.10.1, though it seems to be the case for some time (helm/helm#5610)
helm v3.10.1
$ tree (of unpacked content) . ├── LICENSE ├── bin │ └── helm-cm-push └── plugin.yaml
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
helm v3.10.1
, though it seems to be the case for some time (helm/helm#5610)The text was updated successfully, but these errors were encountered: