Skip to content

Commit

Permalink
Update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
qingchoulove committed Jun 26, 2023
1 parent 3ef59d5 commit 3965201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/install_kubespider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -58,4 +58,4 @@ echo "Download file path: ${KUBESPIDER_HOME}/kubespider/nas/"
echo "Kubespider webhook address: http://<server_ip>:3080"
echo "Aria2 server address: http://<server_ip>:6800/jsonrpc, you can use any gui or webui to connect it"
echo "Aria2 default secret is:kubespider"
echo "*******************************************"
echo "*******************************************"

0 comments on commit 3965201

Please sign in to comment.