mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: add csi sidecar version info to build.env
Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
parent
dc8479f5ad
commit
2bd6b669fa
@ -48,6 +48,13 @@ ROOK_VERSION=v1.6.2
|
|||||||
# Provide ceph image path
|
# Provide ceph image path
|
||||||
ROOK_CEPH_CLUSTER_IMAGE=docker.io/ceph/ceph:v16
|
ROOK_CEPH_CLUSTER_IMAGE=docker.io/ceph/ceph:v16
|
||||||
|
|
||||||
|
# CSI sidecar version
|
||||||
|
CSI_ATTACHER_VERSION=v3.2.1
|
||||||
|
CSI_SNAPSHOTTER_VERSION=v4.1.1
|
||||||
|
CSI_PROVISIONER_VERSION=v2.2.2
|
||||||
|
CSI_RESIZER_VERSION=v1.2.0
|
||||||
|
CSI_NODE_DRIVER_REGISTRAR_VERSION=v2.2.0
|
||||||
|
|
||||||
# e2e settings
|
# e2e settings
|
||||||
# - enable CEPH_CSI_RUN_ALL_TESTS when running tests with if it has root
|
# - enable CEPH_CSI_RUN_ALL_TESTS when running tests with if it has root
|
||||||
# permissions on the host
|
# permissions on the host
|
||||||
|
Loading…
Reference in New Issue
Block a user