File tree 3 files changed +3
-4
lines changed
deploy/kubernetes/images/stable-master
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ lifecycle of Google Compute Engine Persistent Disks.
12
12
## Project Status
13
13
14
14
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 `
16
16
17
17
### Test Status
18
18
Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ metadata:
49
49
name : imagetag-gcepd-driver
50
50
imageTag :
51
51
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
54
53
newName : registry.k8s.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver
55
54
newTag : " v1.17.2"
56
55
---
Original file line number Diff line number Diff line change 84
84
)
85
85
86
86
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"
88
88
k8sInDockerBuildBinDir = "_output/dockerized/bin/linux/amd64"
89
89
k8sOutOfDockerBuildBinDir = "_output/bin"
90
90
externalDriverNamespace = "gce-pd-csi-driver"
You can’t perform that action at this time.
0 commit comments