From 3965201b79b3e6849abaaf19baf8c9103f523fe0 Mon Sep 17 00:00:00 2001 From: ShuangxueWu Date: Mon, 26 Jun 2023 22:35:04 +0800 Subject: [PATCH] Update release version --- hack/install_kubespider.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/install_kubespider.sh b/hack/install_kubespider.sh index ca927113..db373139 100755 --- a/hack/install_kubespider.sh +++ b/hack/install_kubespider.sh @@ -38,7 +38,7 @@ docker run -d \ ${image_registry}/aria2-pro:latest # 6.Deploy kubespider -export KUBESPIDER_DEFAULT_VERSION="latest" +export KUBESPIDER_DEFAULT_VERSION="v0.3.0" if [[ ${KUBESPIDER_VERSION} == "" ]]; then export KUBESPIDER_VERSION=${KUBESPIDER_DEFAULT_VERSION} fi @@ -58,4 +58,4 @@ echo "Download file path: ${KUBESPIDER_HOME}/kubespider/nas/" echo "Kubespider webhook address: http://:3080" echo "Aria2 server address: http://:6800/jsonrpc, you can use any gui or webui to connect it" echo "Aria2 default secret is:kubespider" -echo "*******************************************" \ No newline at end of file +echo "*******************************************"