updating kubespray to 22

This commit is contained in:
Moritz Graf 2024-02-10 11:27:48 +01:00
parent 4752db1e3a
commit 26a938da9b
1 changed files with 1 additions and 1 deletions

View File

@ -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 "######################################################################################"