diff --git a/Makefile b/Makefile index 3d90d69890..9b896c61d3 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.0-gke.3 +HELM_VERSION := v3.20.2-gke.1 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 90f01372d9..9038eac529 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.0-gke.3" + HelmVersion = "v3.20.2-gke.1" // KustomizeVersion is the recommended version of Kustomize for hydration. KustomizeVersion = "v5.4.2-gke.6" // Helm is the binary name of the installed Helm.