From 8375aa72e2693a139ea6f416ce7b471fff3c5dd6 Mon Sep 17 00:00:00 2001 From: Hugo Blom Date: Mon, 22 Feb 2021 19:09:42 +0100 Subject: [PATCH] [Openstack] Update Cinder CSI driver to v1.20.0 (#7280) * update Cinder CSI to v1.19.0 * Update Cinder CSI to v1.20 --- roles/download/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/download/defaults/main.yml b/roles/download/defaults/main.yml index 64a64df63..5b33db482 100644 --- a/roles/download/defaults/main.yml +++ b/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"