From c4933b3aa53f6600fc5144786f46849d36c76f84 Mon Sep 17 00:00:00 2001 From: Mangirdas Judeikis Date: Tue, 23 Jun 2026 18:10:22 +0300 Subject: [PATCH] Bump kcp version to 0.32.1 --- internal/resources/resources.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/resources/resources.go b/internal/resources/resources.go index b112ff03..0fbafe05 100644 --- a/internal/resources/resources.go +++ b/internal/resources/resources.go @@ -39,7 +39,7 @@ const ( // // When changing this to a new minor version, you must also update // the .prow.yaml accordingly and shift the jobs. - ImageTag = "v0.32.0" + ImageTag = "v0.32.1" appNameLabel = "app.kubernetes.io/name" appInstanceLabel = "app.kubernetes.io/instance"