Skip to content

Commit 34fd27b

Browse files
humblecmergify[bot]
authored andcommitted
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 <[email protected]>
1 parent aaa3d4e commit 34fd27b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# get proporly expanded.
1010
#
1111
# cephcsi image version
12-
CSI_IMAGE_VERSION=canary
12+
CSI_IMAGE_VERSION=v3.7.0
1313

1414
# Ceph version to use
1515
BASE_IMAGE=quay.io/ceph/ceph:v17

scripts/minikube.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ else
177177
fi
178178

179179
# configure csi image version
180-
CSI_IMAGE_VERSION=${CSI_IMAGE_VERSION:-"canary"}
180+
CSI_IMAGE_VERSION=${CSI_IMAGE_VERSION:-"v3.7.0"}
181181

182182
#feature-gates for kube
183183
K8S_FEATURE_GATES=${K8S_FEATURE_GATES:-""}

0 commit comments

Comments
 (0)