We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa3d4e commit 34fd27bCopy full SHA for 34fd27b
build.env
@@ -9,7 +9,7 @@
9
# get proporly expanded.
10
#
11
# cephcsi image version
12
-CSI_IMAGE_VERSION=canary
+CSI_IMAGE_VERSION=v3.7.0
13
14
# Ceph version to use
15
BASE_IMAGE=quay.io/ceph/ceph:v17
scripts/minikube.sh
@@ -177,7 +177,7 @@ else
177
fi
178
179
# configure csi image version
180
-CSI_IMAGE_VERSION=${CSI_IMAGE_VERSION:-"canary"}
+CSI_IMAGE_VERSION=${CSI_IMAGE_VERSION:-"v3.7.0"}
181
182
#feature-gates for kube
183
K8S_FEATURE_GATES=${K8S_FEATURE_GATES:-""}
0 commit comments