deploy: change minikube image for 3.5.1 release

This update the minikube cluster image to 3.5.1 release.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2022-01-20 20:25:45 +05:30 committed by mergify[bot]
parent 0f1b41992c
commit d4df72c8af

View File

@ -284,7 +284,7 @@ teardown-rook)
;; ;;
cephcsi) cephcsi)
echo "copying the cephcsi image" echo "copying the cephcsi image"
copy_image_to_cluster "${CEPHCSI_IMAGE_REPO}"/cephcsi:v3.5-canary "${CEPHCSI_IMAGE_REPO}"/cephcsi:v3.5-canary copy_image_to_cluster "${CEPHCSI_IMAGE_REPO}"/cephcsi:v3.5.1 "${CEPHCSI_IMAGE_REPO}"/cephcsi:v3.5.1
;; ;;
k8s-sidecar) k8s-sidecar)
echo "copying the kubernetes sidecar images" echo "copying the kubernetes sidecar images"