helm-push icon indicating copy to clipboard operation
helm-push copied to clipboard

helm plugin install not using release binary

Open Warfront1 opened this issue 3 years ago • 1 comments

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?

Warfront1 avatar Oct 04 '21 19:10 Warfront1

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

mlb6 avatar Oct 04 '21 19:10 mlb6