deploy: change minikube image for 3.5.0 release

This update the minikube cluster image to 3.5.0 release.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2022-01-13 10:09:41 +05:30 committed by mergify[bot]
parent 065c0b6c53
commit bdf5fc302a

View File

@ -284,7 +284,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.5.0 "${CEPHCSI_IMAGE_REPO}"/cephcsi:v3.5.0
;;
k8s-sidecar)
echo "copying the kubernetes sidecar images"