From 26a938da9b74f46c437e15b896ca72e00e216828 Mon Sep 17 00:00:00 2001 From: Moritz Graf Date: Sat, 10 Feb 2024 11:27:48 +0100 Subject: [PATCH] updating kubespray to 22 --- bootstrap/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "######################################################################################"