From 1ee5505e1613abf9ce9e3c89415c074d6a49cf37 Mon Sep 17 00:00:00 2001 From: Engin Akdemir Date: Thu, 31 Jul 2025 19:56:54 +0000 Subject: [PATCH] Revert the image path change to what it was an increment patch version --- deploy/kubernetes/images/stable-master/image.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/deploy/kubernetes/images/stable-master/image.yaml b/deploy/kubernetes/images/stable-master/image.yaml index 592b248ff..0663677c3 100644 --- a/deploy/kubernetes/images/stable-master/image.yaml +++ b/deploy/kubernetes/images/stable-master/image.yaml @@ -44,9 +44,8 @@ metadata: name: imagetag-gcepd-driver imageTag: name: gke.gcr.io/gcp-compute-persistent-disk-csi-driver - # Don't change stable image without changing pdImagePlaceholder in - # test/k8s-integration/main.go - newName: us-central1-docker.pkg.dev/enginakdemir-gke-dev/csi-dev/gcp-compute-persistent-disk-csi-driver - newTag: "latest" + # pdImagePlaceholder in test/k8s-integration/main.go is updated automatically with the newTag + newName: registry.k8s.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver + newTag: "v1.17.3" ---