File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 mode : IPTables
3030 kubelet :
3131 serializeImagePulls : false
32- version : " 1.32 "
32+ version : " 1.33 "
3333 maintenance :
3434 autoUpdate :
3535 kubernetesVersion : true
6262 floatingPoolName : floating-net
6363 networks :
6464 workers : 10.250.0.0/16
65- type : openstack
65+ type : stackit
6666 workers :
6767 # runs system and monitoring components (default worker pool)
6868 - name : system
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -o nounset
44set -o pipefail
55set -o errexit
66
7- ENVTEST_K8S_VERSION=${ENVTEST_K8S_VERSION:- " 1.32 " }
7+ ENVTEST_K8S_VERSION=${ENVTEST_K8S_VERSION:- " 1.33 " }
88
99# shellcheck disable=SC1090
1010# --use-env allows overwriting the envtest tools path via the KUBEBUILDER_ASSETS env var
You can’t perform that action at this time.
0 commit comments