diff --git a/bootstrap/init.sh b/bootstrap/init.sh index 8dc886e..db960e3 100755 --- a/bootstrap/init.sh +++ b/bootstrap/init.sh @@ -6,7 +6,7 @@ echo "######################################################################################" echo "## Reinit repository" rm -rf kubespray -VERSION="release-2.21" +VERSION="release-2.22" git clone --branch $VERSION https://github.com/kubernetes-sigs/kubespray.git echo "######################################################################################"