diff --git a/bootstrap/init.sh b/bootstrap/init.sh index 4c3e4f0..9469fe4 100755 --- a/bootstrap/init.sh +++ b/bootstrap/init.sh @@ -6,7 +6,7 @@ echo "######################################################################################" echo "## Reinit repository" rm -rf kubespray -VERSION="release-2.26" +VERSION="release-2.27" git clone --branch $VERSION https://github.com/kubernetes-sigs/kubespray.git echo "######################################################################################"