Skip to content
New issue

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

Plugin install is failing with v0.10.0 #114

Open
mlb6 opened this issue Oct 4, 2021 · 1 comment
Open

Plugin install is failing with v0.10.0 #114

mlb6 opened this issue Oct 4, 2021 · 1 comment

Comments

@mlb6
Copy link

mlb6 commented Oct 4, 2021

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 ?

@mlb6
Copy link
Author

mlb6 commented Oct 4, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant