Skip to content

Commit

Permalink
bump DefaultCSIMetadataSyncerImage to right patch version
Browse files Browse the repository at this point in the history
Signed-off-by: Yassine TIJANI <[email protected]>
  • Loading branch information
yastij committed Feb 28, 2020
1 parent 27d71a9 commit 9a5420d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/services/cloudprovider/csi.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const (
DefaultCSINodeDriverImage = "gcr.io/cloud-provider-vsphere/csi/release/driver:v1.0.2"
DefaultCSIAttacherImage = "quay.io/k8scsi/csi-attacher:v1.1.1"
DefaultCSIProvisionerImage = "quay.io/k8scsi/csi-provisioner:v1.2.1"
DefaultCSIMetadataSyncerImage = "gcr.io/cloud-provider-vsphere/csi/release/syncer:v1.0.1"
DefaultCSIMetadataSyncerImage = "gcr.io/cloud-provider-vsphere/csi/release/syncer:v1.0.2"
DefaultCSILivenessProbeImage = "quay.io/k8scsi/livenessprobe:v1.1.0"
DefaultCSIRegistrarImage = "quay.io/k8scsi/csi-node-driver-registrar:v1.1.0"
)
Expand Down

0 comments on commit 9a5420d

Please sign in to comment.