Skip to content

Commit

Permalink
Update kubernetes and gardenlinux version of test clusters (#1224)
Browse files Browse the repository at this point in the history
* Update testclusters

* run-int-tests
  • Loading branch information
robertgraeff committed Sep 9, 2024
1 parent 5e438f1 commit 16935d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hack/testcluster/pkg/resources/shootcluster_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
type: n1-standard-4
image:
name: gardenlinux
version: 1312.7.0
version: 1443.10.0
architecture: amd64
zones:
- europe-west1-b
Expand All @@ -42,7 +42,7 @@ spec:
region: europe-west1
secretBindingName: laas-canary
kubernetes:
version: "1.28"
version: "1.29"
purpose: evaluation
addons:
kubernetesDashboard:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
runtimeConfig:
apps/v1: true
batch/v1: true
version: "1.28"
version: "1.29"
hibernation:
schedules:
- start: 00 {{ .hour }} * * 1,2,3,4,5,6,0
Expand Down

0 comments on commit 16935d8

Please sign in to comment.