Update ceph-csi helm charts to v3.11.0
Update RBD/CephFS provisioners to v3.11.0 based on
https://github.com/ceph/ceph-csi/releases/tag/v3.11.0
We use the new versions of ceph-csi, csi-provisioner,
csi-attacher, csi-snapshotter, csi-node-driver-registrar,
csi-resizer:
- https://github.com/kubernetes-csi/external-provisioner/releases/tag/v4.0.0
- https://github.com/kubernetes-csi/external-attacher/releases/tag/v4.5.0
- https://github.com/kubernetes-csi/external-snapshotter/releases/tag/v7.0.1
- https://github.com/kubernetes-csi/node-driver-registrar/releases/tag/v2.10.0
- https://github.com/kubernetes-csi/external-resizer/releases/tag/v1.10.0
Test Plan:
PASS: App upload/apply/remove/delete/update
PASS: Create PVC using storageclass general (rbd)
PASS: Create pod using RBD PVC
PASS: Resize RBD PVC
PASS: Create RBD volume snapshot
PASS: Create PVC using storageclass cephfs
PASS: Create pod using cephfs PVC
PASS: Resize cephfs PVC
PASS: Create cephfs volume snapshot
PASS: DX B&R
* The tests above that do not specify the system were performed on
IPV4 SX/DX/Standard/Storage, with validation on K8s versions
from 1.24 to 1.29. Furthermore, It was also tested on an IPV6
AIO-SX.
Story: 2010688
Task: 49903
Change-Id: I7c49970d08e022e44b1d1bf3c2c26eef9262d169
Signed-off-by: Gabriel de Araújo Cabral <gabriel.cabral@windriver.com>