We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c47cf9 commit 1ee5505Copy full SHA for 1ee5505
deploy/kubernetes/images/stable-master/image.yaml
@@ -44,9 +44,8 @@ metadata:
44
name: imagetag-gcepd-driver
45
imageTag:
46
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"
+ # 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"
51
---
52
0 commit comments