From 6146b1cbe404e96bfe86d274942b3be2e595f7d2 Mon Sep 17 00:00:00 2001 From: Derek Su Date: Wed, 9 Oct 2024 18:56:28 +0800 Subject: [PATCH] fix: use forked csi-snapshotter repo instead Signed-off-by: Derek Su --- test_framework/scripts/longhorn-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_framework/scripts/longhorn-setup.sh b/test_framework/scripts/longhorn-setup.sh index df4e7e08af..3e60d65606 100755 --- a/test_framework/scripts/longhorn-setup.sh +++ b/test_framework/scripts/longhorn-setup.sh @@ -62,7 +62,7 @@ enable_mtls(){ install_csi_snapshotter_crds(){ - CSI_SNAPSHOTTER_REPO_URL="https://github.com/kubernetes-csi/external-snapshotter.git" + CSI_SNAPSHOTTER_REPO_URL="https://github.com/longhorn/csi-snapshotter.git" CSI_SNAPSHOTTER_REPO_DIR="${TMPDIR}/k8s-csi-external-snapshotter" [[ "${LONGHORN_REPO_URI}" =~ https://([^/]+)/([^/]+)/([^/.]+)(.git)? ]]