modify the helm version from latest to v3.14.0 (#215)
Signed-off-by: yunbo <yunbo10124scut@gmail.com> Co-authored-by: yunbo <yunbo10124scut@gmail.com>
This commit is contained in:
parent
07c1731e8a
commit
3eeb7b4ddc
2
Makefile
2
Makefile
|
|
@ -108,7 +108,7 @@ ginkgo: ## Download ginkgo locally if necessary.
|
|||
|
||||
HELM = $(shell pwd)/bin/helm
|
||||
helm: ## Download helm locally if necessary.
|
||||
$(call go-get-tool,$(HELM),helm.sh/helm/v3/cmd/helm@latest)
|
||||
$(call go-get-tool,$(HELM),helm.sh/helm/v3/cmd/helm@v3.14.0)
|
||||
|
||||
# go-get-tool will 'go get' any package $2 and install it to $1.
|
||||
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
|
||||
|
|
|
|||
Loading…
Reference in New Issue