From 5047276ce5ccb0c0400ade6be41ee242a2936af7 Mon Sep 17 00:00:00 2001 From: tiffanny29631 Date: Fri, 29 May 2026 23:52:31 +0000 Subject: [PATCH] chore: bump helm to v3.20.2-gke.7 --- Makefile | 2 +- pkg/hydrate/tool_util.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.