Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hack/config/shoot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
mode: IPTables
kubelet:
serializeImagePulls: false
version: "1.32"
version: "1.33"
maintenance:
autoUpdate:
kubernetesVersion: true
Expand Down Expand Up @@ -62,7 +62,7 @@ spec:
floatingPoolName: floating-net
networks:
workers: 10.250.0.0/16
type: openstack
type: stackit
workers:
# runs system and monitoring components (default worker pool)
- name: system
Expand Down
2 changes: 1 addition & 1 deletion hack/test-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o nounset
set -o pipefail
set -o errexit

ENVTEST_K8S_VERSION=${ENVTEST_K8S_VERSION:-"1.32"}
ENVTEST_K8S_VERSION=${ENVTEST_K8S_VERSION:-"1.33"}

# shellcheck disable=SC1090
# --use-env allows overwriting the envtest tools path via the KUBEBUILDER_ASSETS env var
Expand Down