From 5ea53823939ab70eace6b9c69b0887c62a79a553 Mon Sep 17 00:00:00 2001 From: "liheng.zms" Date: Fri, 20 Oct 2023 11:17:18 +0800 Subject: [PATCH] modify makefile install helm Signed-off-by: liheng.zms --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index be630f1e..c4c28bc7 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@v3.8.1) + $(call go-get-tool,$(HELM),helm.sh/helm/v3/cmd/helm@latest) # go-get-tool will 'go get' any package $2 and install it to $1. PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))