File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments