[Openstack] Update Cinder CSI driver to v1.20.0 (#7280)

* update Cinder CSI to v1.19.0

* Update Cinder CSI to v1.20
This commit is contained in:
Hugo Blom 2021-02-22 19:09:42 +01:00 committed by GitHub
parent 6334e4bd84
commit 8375aa72e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -564,7 +564,7 @@ snapshot_controller_image_repo: "{{ quay_image_repo }}/k8scsi/snapshot-controlle
snapshot_controller_image_tag: "v2.0.1"
cinder_csi_plugin_image_repo: "{{ docker_image_repo }}/k8scloudprovider/cinder-csi-plugin"
cinder_csi_plugin_image_tag: "v1.18.0"
cinder_csi_plugin_image_tag: "v1.20.0"
aws_ebs_csi_plugin_image_repo: "{{ docker_image_repo }}/amazon/aws-ebs-csi-driver"
aws_ebs_csi_plugin_image_tag: "v0.5.0"