From 1f515404e7a4f79d1731397687b02d799d5bbfaa Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Mon, 26 Jul 2021 16:39:59 +0530 Subject: [PATCH] deploy: change minikube image for 3.4.0 release Signed-off-by: Humble Chirammal --- scripts/minikube.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/minikube.sh b/scripts/minikube.sh index d026ba683..4ee4e9662 100755 --- a/scripts/minikube.sh +++ b/scripts/minikube.sh @@ -274,7 +274,7 @@ teardown-rook) ;; cephcsi) echo "copying the cephcsi image" - copy_image_to_cluster "${CEPHCSI_IMAGE_REPO}"/cephcsi:canary "${CEPHCSI_IMAGE_REPO}"/cephcsi:canary + copy_image_to_cluster "${CEPHCSI_IMAGE_REPO}"/cephcsi:v3.4.0 "${CEPHCSI_IMAGE_REPO}"/cephcsi:v3.4.0 ;; k8s-sidecar) echo "copying the kubernetes sidecar images"