From f210d68ea38d6dd0d61a93787fe6da79d1e37f40 Mon Sep 17 00:00:00 2001 From: tiffanny29631 Date: Thu, 4 Jun 2026 20:39:31 +0000 Subject: [PATCH] chore: bump kustomize --- Makefile | 2 +- pkg/hydrate/tool_util.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6de8ff4659..07df513b0b 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ GOLANGCI_LINT := $(BIN_DIR)/golangci-lint # To automatically update, run this command: # UPDATE_TYPE= make update-kustomize-image -KUSTOMIZE_VERSION := v5.4.2-gke.7 +KUSTOMIZE_VERSION := v5.4.2-gke.8 KUSTOMIZE := $(BIN_DIR)/kustomize KUSTOMIZE_STAGING_DIR := $(OUTPUT_DIR)/third_party/kustomize diff --git a/pkg/hydrate/tool_util.go b/pkg/hydrate/tool_util.go index 9655826c26..0dffc6c79a 100644 --- a/pkg/hydrate/tool_util.go +++ b/pkg/hydrate/tool_util.go @@ -47,7 +47,7 @@ const ( // HelmVersion is the recommended version of Helm for hydration. HelmVersion = "v3.20.2-gke.8" // KustomizeVersion is the recommended version of Kustomize for hydration. - KustomizeVersion = "v5.4.2-gke.7" + KustomizeVersion = "v5.4.2-gke.8" // Helm is the binary name of the installed Helm. Helm = "helm" // Kustomize is the binary name of the installed Kustomize.