modify the helm version from latest to v3.14.0

Signed-off-by: yunbo <yunbo10124scut@gmail.com>
This commit is contained in:
yunbo 2024-05-24 17:14:15 +08:00
parent 07c1731e8a
commit 413b407d4f
1 changed files with 1 additions and 1 deletions

View File

@ -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))))