deploy: update CSI sidecars to latest versions available

Below sidecars are updated with latest available versions

csi-node-driver-registrar: v2.10.1
csi-resizer: v1.10.1
csi-provisioner: v4.0.1
csi-attacher: v4.5.1
csi-snapshotter: v7.0.2

Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
Praveen M
2024-04-22 11:50:46 +05:30
committed by mergify[bot]
parent 1bb78fdf43
commit b095e0441a
11 changed files with 36 additions and 36 deletions

View File

@ -30,7 +30,7 @@ GOLANGCI_VERSION=v1.57.2
# external snapshotter version
# Refer: https://github.com/kubernetes-csi/external-snapshotter/releases
SNAPSHOT_VERSION=v7.0.1
SNAPSHOT_VERSION=v7.0.2
# "go test" configuration
# set to stdout or html to enable coverage reporting, disabled by default
@ -54,11 +54,11 @@ ROOK_VERSION=v1.12.1
ROOK_CEPH_CLUSTER_IMAGE=quay.io/ceph/ceph:v18
# CSI sidecar version
CSI_ATTACHER_VERSION=v4.5.0
CSI_SNAPSHOTTER_VERSION=v7.0.0
CSI_RESIZER_VERSION=v1.10.0
CSI_PROVISIONER_VERSION=v4.0.0
CSI_NODE_DRIVER_REGISTRAR_VERSION=v2.10.0
CSI_ATTACHER_VERSION=v4.5.1
CSI_SNAPSHOTTER_VERSION=v7.0.2
CSI_RESIZER_VERSION=v1.10.1
CSI_PROVISIONER_VERSION=v4.0.1
CSI_NODE_DRIVER_REGISTRAR_VERSION=v2.10.1
# e2e settings
# - enable CEPH_CSI_RUN_ALL_TESTS when running tests with if it has root