From e89394a5a6bbdb1d8f213ca6d9c0e2832364b352 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Mon, 12 Oct 2020 16:53:48 +0530 Subject: [PATCH] deploy: update csi-snapshotter to matching version of deployment 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 ff701c8a3..fba55262b 100755 --- a/scripts/minikube.sh +++ b/scripts/minikube.sh @@ -275,7 +275,7 @@ cephcsi) k8s-sidecar) echo "copying the kubernetes sidecar images" copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-attacher:v2.1.1 "${K8S_IMAGE_REPO}"/csi-attacher:v2.1.1 - copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-snapshotter:v1.2.2 $"${K8S_IMAGE_REPO}"/csi-snapshotter:v1.2.2 + copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-snapshotter:v2.1.1 $"${K8S_IMAGE_REPO}"/csi-snapshotter:v2.1.1 copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-provisioner:v1.4.0 "${K8S_IMAGE_REPO}"/csi-provisioner:v1.4.0 copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-node-driver-registrar:v1.3.0 "${K8S_IMAGE_REPO}"/csi-node-driver-registrar:v1.3.0 copy_image_to_cluster "${K8S_IMAGE_REPO}"/csi-resizer:v0.5.0 "${K8S_IMAGE_REPO}"/csi-resizer:v0.5.0