diff --git a/internal/resources/resources.go b/internal/resources/resources.go index 0fbafe05..225b9175 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.1" + ImageTag = "v0.32.2" appNameLabel = "app.kubernetes.io/name" appInstanceLabel = "app.kubernetes.io/instance" diff --git a/internal/resources/resources_test.go b/internal/resources/resources_test.go index 4fce8011..28d7163c 100644 --- a/internal/resources/resources_test.go +++ b/internal/resources/resources_test.go @@ -34,7 +34,7 @@ func TestGetImageSettings(t *testing.T) { { name: "default settings", imageSpec: nil, - expectedImage: "ghcr.io/kcp-dev/kcp:v0.32.1", + expectedImage: "ghcr.io/kcp-dev/kcp:v0.32.2", expectedVersion: "0.32", }, {