Skip to content

Commit 04a4255

Browse files
committed
Switch to helm 3
1 parent 2baba40 commit 04a4255

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

makelib/helm.mk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,15 @@ HELM_CHART_VERSION := $(VERSION:v%=%)
4343
# ====================================================================================
4444
# Tools install targets
4545

46-
HELM_VERSION := 2.16.1
47-
HELM_DOWNLOAD_URL := https://storage.googleapis.com/kubernetes-helm/helm-v$(HELM_VERSION)-$(HOSTOS)-$(HOSTARCH).tar.gz
46+
HELM_VERSION := 3.6.3
47+
HELM_DOWNLOAD_URL := https://get.helm.sh/helm-v$(HELM_VERSION)-$(HOSTOS)-$(HOSTARCH).tar.gz
4848
$(eval $(call tool.download.tar.gz,helm,$(HELM_VERSION),$(HELM_DOWNLOAD_URL)))
4949

5050
# ====================================================================================
5151
# Helm Targets
5252

5353
$(HELM_HOME): $(HELM)
5454
@mkdir -p $(HELM_HOME)
55-
@$(HELM) init -c
5655

5756
$(HELM_OUTPUT_DIR):
5857
@mkdir -p $(HELM_OUTPUT_DIR)

0 commit comments

Comments
 (0)