Skip to content

Commit

Permalink
modify the helm version from latest to 3.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: yunbo <[email protected]>
  • Loading branch information
Funinu committed May 24, 2024
1 parent 2594aee commit 0a5cc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))))
Expand Down

0 comments on commit 0a5cc67

Please sign in to comment.