From 8a7b17607627dbd9790128192720b856d1e72769 Mon Sep 17 00:00:00 2001 From: yunbo Date: Fri, 24 May 2024 14:24:48 +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..0820609f 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@3.14.0) # go-get-tool will 'go get' any package $2 and install it to $1. PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))