Skip to content

Commit ef7d0b0

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

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lifecycle of Google Compute Engine Persistent Disks.
1212
## Project Status
1313

1414
Status: GA
15-
Latest stable image: `registry.k8s.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver:v1.17.1`
15+
Latest stable image: `registry.k8s.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver:v1.17.2`
1616

1717
### Test Status
1818

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)