Skip to content

Commit

Permalink
modify the helm version from latest to v3.14.0 (#215)
Browse files Browse the repository at this point in the history
Signed-off-by: yunbo <[email protected]>
Co-authored-by: yunbo <[email protected]>
  • Loading branch information
myname4423 and Funinu authored May 25, 2024
1 parent 07c1731 commit 3eeb7b4
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 3eeb7b4

Please sign in to comment.