We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 590da53 commit d73c908Copy full SHA for d73c908
2 files changed
hack/config/shoot.yaml
@@ -29,7 +29,7 @@ spec:
29
mode: IPTables
30
kubelet:
31
serializeImagePulls: false
32
- version: "1.32"
+ version: "1.33"
33
maintenance:
34
autoUpdate:
35
kubernetesVersion: true
@@ -62,7 +62,7 @@ spec:
62
floatingPoolName: floating-net
63
networks:
64
workers: 10.250.0.0/16
65
- type: openstack
+ type: stackit
66
workers:
67
# runs system and monitoring components (default worker pool)
68
- name: system
hack/test-integration.sh
@@ -4,7 +4,7 @@ set -o nounset
4
set -o pipefail
5
set -o errexit
6
7
-ENVTEST_K8S_VERSION=${ENVTEST_K8S_VERSION:-"1.32"}
+ENVTEST_K8S_VERSION=${ENVTEST_K8S_VERSION:-"1.33"}
8
9
# shellcheck disable=SC1090
10
# --use-env allows overwriting the envtest tools path via the KUBEBUILDER_ASSETS env var
0 commit comments