Skip to content

Commit

Permalink
update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
qingchoulove committed Feb 6, 2024
1 parent 282d771 commit 5683a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/install_kubespider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [[ $(docker ps | grep aria2-pro) == "" ]]; then
fi

# 7.Deploy kubespider
export KUBESPIDER_DEFAULT_VERSION="latest"
export KUBESPIDER_DEFAULT_VERSION="v0.6.0"
if [[ -z "${KUBESPIDER_VERSION}" ]]; then
export KUBESPIDER_VERSION=${KUBESPIDER_DEFAULT_VERSION}
fi
Expand Down

0 comments on commit 5683a12

Please sign in to comment.