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
With the recent publication of v0.10.0 following Docker image is failing:
FROM alpine/helm:3.5.3 RUN apk add --no-cache --virtual .build-tools curl git &&\ helm plugin install https://github.com/chartmuseum/helm-push.git &&\ apk del .build-tools
I'm getting the error :
Downloading and installing helm-push v0.10.0 ... https://github.com/chartmuseum/helm-push/releases/download/v0.10.0/helm-push_0.10.0_linux_amd64.tar.gz tar: invalid magic tar: short read Error: plugin install hook for "cm-push" exited with error
Is there a way to stick to an older helm-push tag ?
The text was updated successfully, but these errors were encountered:
Just found the way to downgrade and stick to the previous tag:
helm plugin install --version v0.9.0 https://github.com/chartmuseum/helm-push.git
Sorry, something went wrong.
No branches or pull requests
With the recent publication of v0.10.0 following Docker image is failing:
I'm getting the error :
Is there a way to stick to an older helm-push tag ?
The text was updated successfully, but these errors were encountered: