From 0a5cc67a136be7ec27a727cb4be3043c9f7b65c8 Mon Sep 17 00:00:00 2001 From: yunbo Date: Fri, 24 May 2024 14:31:24 +0800 Subject: [PATCH] modify the helm version from latest to 3.14.0 Signed-off-by: yunbo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87dac730..b5ffdd6f 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))))