From 0f1f724c060aa7e9c3a137714e5ef60cad1af681 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Thu, 14 Dec 2023 22:18:09 +0100 Subject: [PATCH] update k8s image versions Signed-off-by: Daniel Holbach --- .github/kind-cluster-1.26.yaml | 13 ------------- .github/kind-cluster-1.29.yaml | 13 +++++++++++++ .github/workflows/on-pr.yaml | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 .github/kind-cluster-1.26.yaml create mode 100644 .github/kind-cluster-1.29.yaml diff --git a/.github/kind-cluster-1.26.yaml b/.github/kind-cluster-1.26.yaml deleted file mode 100644 index 913f1c9db..000000000 --- a/.github/kind-cluster-1.26.yaml +++ /dev/null @@ -1,13 +0,0 @@ -kind: Cluster -apiVersion: kind.x-k8s.io/v1alpha4 -nodes: -- role: control-plane - image: "kindest/node:v1.26.6" -- role: control-plane - image: "kindest/node:v1.26.6" -- role: control-plane - image: "kindest/node:v1.26.6" -- role: worker - image: "kindest/node:v1.26.6" -- role: worker - image: "kindest/node:v1.26.6" diff --git a/.github/kind-cluster-1.29.yaml b/.github/kind-cluster-1.29.yaml new file mode 100644 index 000000000..b696d90cb --- /dev/null +++ b/.github/kind-cluster-1.29.yaml @@ -0,0 +1,13 @@ +kind: Cluster +apiVersion: kind.x-k8s.io/v1alpha4 +nodes: +- role: control-plane + image: "kindest/node:v1.29.0" +- role: control-plane + image: "kindest/node:v1.29.0" +- role: control-plane + image: "kindest/node:v1.29.0" +- role: worker + image: "kindest/node:v1.29.0" +- role: worker + image: "kindest/node:v1.29.0" diff --git a/.github/workflows/on-pr.yaml b/.github/workflows/on-pr.yaml index 125e9d17b..3b4fbfc5b 100644 --- a/.github/workflows/on-pr.yaml +++ b/.github/workflows/on-pr.yaml @@ -110,9 +110,9 @@ jobs: fail-fast: false matrix: kubernetes: - - "1.26" - "1.27" - "1.28" + - "1.29" steps: - uses: actions/checkout@v4 - name: Ensure go version @@ -196,9 +196,9 @@ jobs: fail-fast: false matrix: kubernetes: - - "1.26" - "1.27" - "1.28" + - "1.29" steps: - uses: actions/checkout@v4 - name: Ensure go version