Bump cinder-csi version and switch container registry (#10894)
* Bump cinder-csi version and switch container registry Signed-off-by: Ludovic Logiou <ludovic.logiou@gmail.com> * Update roles/kubespray-defaults/defaults/main/download.yml Co-authored-by: Mohamed Omar Zaian <mohamedzaian@gmail.com> --------- Signed-off-by: Ludovic Logiou <ludovic.logiou@gmail.com> Co-authored-by: Mohamed Omar Zaian <mohamedzaian@gmail.com>
This commit is contained in:
@ -44,6 +44,18 @@
|
||||
## The tag of the external OpenStack Cloud Controller image
|
||||
# external_openstack_cloud_controller_image_tag: "latest"
|
||||
|
||||
## Tags for the Cinder CSI images
|
||||
## registry.k8s.io/sig-storage/csi-attacher
|
||||
# cinder_csi_attacher_image_tag: "v4.4.2"
|
||||
## registry.k8s.io/sig-storage/csi-provisioner
|
||||
# cinder_csi_provisioner_image_tag: "v3.6.2"
|
||||
## registry.k8s.io/sig-storage/csi-snapshotter
|
||||
# cinder_csi_snapshotter_image_tag: "v6.3.2"
|
||||
## registry.k8s.io/sig-storage/csi-resizer
|
||||
# cinder_csi_resizer_image_tag: "v1.9.2"
|
||||
## registry.k8s.io/sig-storage/livenessprobe
|
||||
# cinder_csi_livenessprobe_image_tag: "v2.11.0"
|
||||
|
||||
## To use Cinder CSI plugin to provision volumes set this value to true
|
||||
## Make sure to source in the openstack credentials
|
||||
# cinder_csi_enabled: true
|
||||
|
Reference in New Issue
Block a user