Skip to content

Commit

Permalink
Merge pull request #789 from yastij/fix-minor-csi-syncer
Browse files Browse the repository at this point in the history
bump DefaultCSIMetadataSyncerImage to right patch version
  • Loading branch information
k8s-ci-robot authored Feb 28, 2020
2 parents 8f0b363 + 9a5420d commit a56e9b5
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 a56e9b5

Please sign in to comment.