helm-push
helm-push copied to clipboard
helm plugin install not using release binary
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?
Hi @Warfront1, in the meantime you can stick to the previous version.