From 19b00ecc941cdbfae395c364e101bbc19c660845 Mon Sep 17 00:00:00 2001 From: Gemma Hou Date: Tue, 24 Jun 2025 20:28:35 +0000 Subject: [PATCH] update CCM image to v33.1.1 Co-authored-by: Antonio Ojea --- cluster/gce/manifests/cloud-controller-manager.manifest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cluster/gce/manifests/cloud-controller-manager.manifest b/cluster/gce/manifests/cloud-controller-manager.manifest index 584969869a9..6e0bd67e895 100644 --- a/cluster/gce/manifests/cloud-controller-manager.manifest +++ b/cluster/gce/manifests/cloud-controller-manager.manifest @@ -23,7 +23,8 @@ "containers":[ { "name": "cloud-controller-manager", - "image": "gcr.io/k8s-staging-cloud-provider-gcp/cloud-controller-manager:v30.0.0", + "image": "registry.k8s.io/cloud-provider-gcp/cloud-controller-manager:v33.1.1", + "command": ["/go-runner"], "resources": { "requests": { "cpu": "{{cpurequest}}"