Skip to content

Commit

Permalink
Merge pull request #4177 from sylr/helm-v3.6
Browse files Browse the repository at this point in the history
Upgrade Helm v3 to v3.6.3
  • Loading branch information
k8s-ci-robot committed Sep 24, 2021
2 parents baff5f4 + fb3f560 commit b7c5058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -320,7 +320,7 @@ $(MYGOBIN)/helmV3:
( \
set -e; \
d=$(shell mktemp -d); cd $$d; \
tgzFile=helm-v3.5.3-$(GOOS)-$(GOARCH).tar.gz; \
tgzFile=helm-v3.6.3-$(GOOS)-$(GOARCH).tar.gz; \
wget https://get.helm.sh/$$tgzFile; \
tar -xvzf $$tgzFile; \
mv $(GOOS)-$(GOARCH)/helm $(MYGOBIN)/helmV3; \
Expand Down

0 comments on commit b7c5058

Please sign in to comment.