mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-07 12:29:31 +00:00
deploy: change image versions to v3.7.0 instead of canary
This commit change the required image tag to release 3.7 instead of canary for v3.7 release Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
aaa3d4e1d0
commit
34fd27bbd1
@ -9,7 +9,7 @@
|
|||||||
# get proporly expanded.
|
# get proporly expanded.
|
||||||
#
|
#
|
||||||
# cephcsi image version
|
# cephcsi image version
|
||||||
CSI_IMAGE_VERSION=canary
|
CSI_IMAGE_VERSION=v3.7.0
|
||||||
|
|
||||||
# Ceph version to use
|
# Ceph version to use
|
||||||
BASE_IMAGE=quay.io/ceph/ceph:v17
|
BASE_IMAGE=quay.io/ceph/ceph:v17
|
||||||
|
@ -177,7 +177,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# configure csi image version
|
# configure csi image version
|
||||||
CSI_IMAGE_VERSION=${CSI_IMAGE_VERSION:-"canary"}
|
CSI_IMAGE_VERSION=${CSI_IMAGE_VERSION:-"v3.7.0"}
|
||||||
|
|
||||||
#feature-gates for kube
|
#feature-gates for kube
|
||||||
K8S_FEATURE_GATES=${K8S_FEATURE_GATES:-""}
|
K8S_FEATURE_GATES=${K8S_FEATURE_GATES:-""}
|
||||||
|
Loading…
Reference in New Issue
Block a user