From 783350ba0338afc47c7184ddcea2eadade1c2c7c Mon Sep 17 00:00:00 2001 From: Moritz Graf Date: Sat, 29 Nov 2025 10:50:41 +0100 Subject: [PATCH] Fxing group names in ansible inventory --- bootstrap/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "######################################################################################"