Browse Source
[Openstack] Update Cinder CSI driver to v1.20.0 (#7280)
* update Cinder CSI to v1.19.0
* Update Cinder CSI to v1.20
pull/7311/head
Hugo Blom
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/download/defaults/main.yml
|
|
@ -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" |
|
|
|