diff --git a/Makefile b/Makefile index dbe51ea459..06a92fd319 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ KUSTOMIZE_STAGING_DIR := $(OUTPUT_DIR)/third_party/kustomize # To automatically update, run this command: # UPDATE_TYPE= make update-helm-image -HELM_VERSION := v3.20.2-gke.3 +HELM_VERSION := v3.20.2-gke.7 HELM := $(BIN_DIR)/helm HELM_STAGING_DIR := $(OUTPUT_DIR)/third_party/helm diff --git a/pkg/hydrate/tool_util.go b/pkg/hydrate/tool_util.go index bd6ed8639b..eb77acbe00 100644 --- a/pkg/hydrate/tool_util.go +++ b/pkg/hydrate/tool_util.go @@ -45,7 +45,7 @@ import ( const ( // HelmVersion is the recommended version of Helm for hydration. - HelmVersion = "v3.20.2-gke.3" + HelmVersion = "v3.20.2-gke.7" // KustomizeVersion is the recommended version of Kustomize for hydration. KustomizeVersion = "v5.4.2-gke.7" // Helm is the binary name of the installed Helm.