Skip to content

Commit

Permalink
Update GCP PD CSI driver to v1.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
  • Loading branch information
xmudrii committed Jul 22, 2022
1 parent 4b1d3e6 commit 775a1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/templates/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ func optionalResources() map[Resource]map[string]string {
// GCP Compute Persistent Disk CSI
GCPComputeCSIDriver: {
"1.21.x": "gke.gcr.io/gcp-compute-persistent-disk-csi-driver:v1.4.0",
">= 1.22.0": "k8s.gcr.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver:v1.7.1",
">= 1.22.0": "k8s.gcr.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver:v1.7.2",
},
GCPComputeCSIProvisioner: {"*": "k8s.gcr.io/sig-storage/csi-provisioner:v3.1.0"},
GCPComputeCSIAttacher: {"*": "k8s.gcr.io/sig-storage/csi-attacher:v3.4.0"},
Expand Down

0 comments on commit 775a1b6

Please sign in to comment.