From 6cbfc207431d3294d5f18791ac97e9c935ccad1e Mon Sep 17 00:00:00 2001 From: ShuangxueWu Date: Thu, 31 Aug 2023 18:42:42 +0800 Subject: [PATCH] Update release version --- hack/install_kubespider.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/install_kubespider.sh b/hack/install_kubespider.sh index bacd5be4..3ddbf6a1 100755 --- a/hack/install_kubespider.sh +++ b/hack/install_kubespider.sh @@ -48,7 +48,7 @@ docker run -d \ ${image_registry}/aria2-pro:latest # 7.Deploy kubespider -export KUBESPIDER_DEFAULT_VERSION="latest" +export KUBESPIDER_DEFAULT_VERSION="v0.4.0" if [[ ${KUBESPIDER_VERSION} == "" ]]; then export KUBESPIDER_VERSION=${KUBESPIDER_DEFAULT_VERSION} fi