From dd5a303113e2026b1b7260e6da541cdf333afa3e Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Thu, 19 Dec 2024 20:39:47 +0100 Subject: [PATCH] update test infra as well Signed-off-by: Daniel Holbach --- .github/kind-cluster-current.yaml | 6 +++--- .github/kind-cluster-next.yaml | 6 +++--- .github/kind-cluster-previous.yaml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/kind-cluster-current.yaml b/.github/kind-cluster-current.yaml index e8ace60..66aabf7 100644 --- a/.github/kind-cluster-current.yaml +++ b/.github/kind-cluster-current.yaml @@ -2,8 +2,8 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: "kindest/node:v1.29.8" + image: "kindest/node:v1.30.8" - role: worker - image: "kindest/node:v1.29.8" + image: "kindest/node:v1.30.8" - role: worker - image: "kindest/node:v1.29.8" + image: "kindest/node:v1.30.8" diff --git a/.github/kind-cluster-next.yaml b/.github/kind-cluster-next.yaml index 88027f4..a25abb9 100644 --- a/.github/kind-cluster-next.yaml +++ b/.github/kind-cluster-next.yaml @@ -2,8 +2,8 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: "kindest/node:v1.30.4" + image: "kindest/node:v1.31.4" - role: worker - image: "kindest/node:v1.30.4" + image: "kindest/node:v1.31.4" - role: worker - image: "kindest/node:v1.30.4" + image: "kindest/node:v1.31.4" diff --git a/.github/kind-cluster-previous.yaml b/.github/kind-cluster-previous.yaml index 034dd09..561b6f7 100644 --- a/.github/kind-cluster-previous.yaml +++ b/.github/kind-cluster-previous.yaml @@ -2,8 +2,8 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: "kindest/node:v1.28.13" + image: "kindest/node:v1.29.12" - role: worker - image: "kindest/node:v1.28.13" + image: "kindest/node:v1.29.12" - role: worker - image: "kindest/node:v1.28.13" + image: "kindest/node:v1.29.12"