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

helm plugin install not using release binary #115

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

helm plugin install not using release binary #115

Warfront1 opened this issue Oct 4, 2021 · 1 comment

Comments

@Warfront1
Copy link

Warfront1 commented Oct 4, 2021

As mentioned in the readMe: release binary will be downloaded from GitHub.
Over the last 2 hours, we had numerous builds failing, which seemed to be directly linked to all of the changes in the master branch of this repository today. These were all prior to the new release being cut. In other words. v0.10.0 was not cut as a release or tag yet.

Here is our primary script:

curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 > get_helm.sh
chmod 700 get_helm.sh
./get_helm.sh -v v3.6.3
helm plugin install https://github.com/chartmuseum/helm-push.git

Is helm plugin install https://github.com/chartmuseum/helm-push.git not working as expected as outlined in the readMe?
Also any thoughts on advising people to use a version tag for best practices directly in the readMe vs just the latest?

@mlb6
Copy link

mlb6 commented Oct 4, 2021

Hi @Warfront1, in the meantime you can stick to the previous version.

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

2 participants