From 3eeb7b4ddc2c2e605aa826dd5d65af421a6c4032 Mon Sep 17 00:00:00 2001 From: myname4423 <57184070+myname4423@users.noreply.github.com> Date: Sat, 25 May 2024 09:45:24 +0800 Subject: [PATCH] modify the helm version from latest to v3.14.0 (#215) Signed-off-by: yunbo Co-authored-by: yunbo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87dac73..b5ffdd6 100644 --- a/Makefile +++ b/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))))