Current deployment that actually was deployed

This commit is contained in:
Moritz Graf 2025-11-27 09:59:09 +01:00
parent 9d759d3526
commit 285ea97a00
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
echo "######################################################################################"
echo "## Reinit repository"
rm -rf kubespray
VERSION="release-2.27"
VERSION="release-2.26"
git clone --branch $VERSION https://github.com/kubernetes-sigs/kubespray.git
echo "######################################################################################"

View File

@ -27,7 +27,7 @@ kube_kubeadm_apiserver_extra_args:
kube_api_anonymous_auth: true
## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: 1.30.8
kube_version: v1.30.6
# kubernetes image repo define
#kube_image_repo: "k8s.gcr.io"