From 4d6bf8ec92393188a25e54a383dee3703d6f9388 Mon Sep 17 00:00:00 2001 From: Hongyi Wu Date: Wed, 15 Jul 2026 07:16:12 +0000 Subject: [PATCH] chore: bump git-sync to v4.4.2-gke.31 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ffa1a3494..18c04046f1 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ COSIGN := $(BIN_DIR)/cosign # To automatically update, run this command: # UPDATE_TYPE= make update-git-sync-image -GIT_SYNC_VERSION := v4.4.2-gke.28__linux_amd64 +GIT_SYNC_VERSION := v4.4.2-gke.31__linux_amd64 GIT_SYNC_IMAGE_NAME := gcr.io/config-management-release/git-sync:$(GIT_SYNC_VERSION) # To automatically update, run this command: