Skip to content

Commit acf04ee

Browse files
author
Sneha Aradhey
committed
Update image path
1 parent 636b746 commit acf04ee

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

deploy/kubernetes/images/stable-master/image.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ metadata:
4949
name: imagetag-gcepd-driver
5050
imageTag:
5151
name: gke.gcr.io/gcp-compute-persistent-disk-csi-driver
52-
# Don't change stable image without changing pdImagePlaceholder in
53-
# test/k8s-integration/main.go
52+
# pdImagePlaceholder in test/k8s-integration/main.go is updated automatically with the newTag
5453
newName: registry.k8s.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver
5554
newTag: "v1.17.2"
5655
---

test/k8s-integration/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ var (
8484
)
8585

8686
const (
87-
pdImagePlaceholder = "gke.gcr.io/gcp-compute-persistent-disk-csi-driver"
87+
pdImagePlaceholder = "registry.k8s.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver"
8888
k8sInDockerBuildBinDir = "_output/dockerized/bin/linux/amd64"
8989
k8sOutOfDockerBuildBinDir = "_output/bin"
9090
externalDriverNamespace = "gce-pd-csi-driver"

0 commit comments

Comments
 (0)