Skip to content

Commit 6cc1805

Browse files
authored
Merge pull request #2140 from cemakd/fix-image
Revert the image path change to what it was an increment patch version
2 parents 77181ad + 1ee5505 commit 6cc1805

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ metadata:
4444
name: imagetag-gcepd-driver
4545
imageTag:
4646
name: gke.gcr.io/gcp-compute-persistent-disk-csi-driver
47-
# Don't change stable image without changing pdImagePlaceholder in
48-
# test/k8s-integration/main.go
49-
newName: us-central1-docker.pkg.dev/enginakdemir-gke-dev/csi-dev/gcp-compute-persistent-disk-csi-driver
50-
newTag: "latest"
47+
# pdImagePlaceholder in test/k8s-integration/main.go is updated automatically with the newTag
48+
newName: registry.k8s.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver
49+
newTag: "v1.17.3"
5150
---
5251

0 commit comments

Comments
 (0)