Skip to content

Commit d73c908

Browse files
authored
Test against k8s 1.33 (#683)
1 parent 590da53 commit d73c908

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hack/config/shoot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
mode: IPTables
3030
kubelet:
3131
serializeImagePulls: false
32-
version: "1.32"
32+
version: "1.33"
3333
maintenance:
3434
autoUpdate:
3535
kubernetesVersion: true
@@ -62,7 +62,7 @@ spec:
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

hack/test-integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -o nounset
44
set -o pipefail
55
set -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

0 commit comments

Comments
 (0)