From bee558cd8fa22b7f61c1ca2a9a6ddc8033568116 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Tue, 7 Jun 2022 06:45:39 +0200 Subject: [PATCH] Downgrade kind-images for 1.22.x and 1.23.x (#569) * some debug stuff Signed-off-by: Christian Kotzbauer * small fix Signed-off-by: Christian Kotzbauer * add namespace Signed-off-by: Christian Kotzbauer * downgrade to kind@0.12.0 * Revert "feat: update kubernetes dependencies (#552)" This reverts commit d2d21f31c04ef4420ab179e0d6cfa132c4511cb4. Signed-off-by: Christian Kotzbauer * bump kind version Signed-off-by: Christian Kotzbauer * update to k8s 0.23.6 Signed-off-by: Christian Kotzbauer * update to kind 0.13.0 Signed-off-by: Christian Kotzbauer * add 1.24 test Signed-off-by: Christian Kotzbauer * add toleration Signed-off-by: Christian Kotzbauer * update kind to 0.14.0 Signed-off-by: Christian Kotzbauer * update docs Signed-off-by: Christian Kotzbauer * add version prefix Signed-off-by: Christian Kotzbauer * update images Signed-off-by: Christian Kotzbauer * downgrade images Signed-off-by: Christian Kotzbauer * remove debug log Signed-off-by: Christian Kotzbauer --- .github/kind-cluster-1.22.yaml | 10 +++++----- .github/kind-cluster-1.23.yaml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/kind-cluster-1.22.yaml b/.github/kind-cluster-1.22.yaml index d204a4e..580e77f 100644 --- a/.github/kind-cluster-1.22.yaml +++ b/.github/kind-cluster-1.22.yaml @@ -2,12 +2,12 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: kindest/node:v1.22.9 + image: kindest/node:v1.22.4 - role: control-plane - image: kindest/node:v1.22.9 + image: kindest/node:v1.22.4 - role: control-plane - image: kindest/node:v1.22.9 + image: kindest/node:v1.22.4 - role: worker - image: kindest/node:v1.22.9 + image: kindest/node:v1.22.4 - role: worker - image: kindest/node:v1.22.9 + image: kindest/node:v1.22.4 diff --git a/.github/kind-cluster-1.23.yaml b/.github/kind-cluster-1.23.yaml index efd2eac..517200b 100644 --- a/.github/kind-cluster-1.23.yaml +++ b/.github/kind-cluster-1.23.yaml @@ -2,12 +2,12 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: "kindest/node:v1.23.6" + image: "kindest/node:v1.23.0" - role: control-plane - image: "kindest/node:v1.23.6" + image: "kindest/node:v1.23.0" - role: control-plane - image: "kindest/node:v1.23.6" + image: "kindest/node:v1.23.0" - role: worker - image: "kindest/node:v1.23.6" + image: "kindest/node:v1.23.0" - role: worker - image: "kindest/node:v1.23.6" + image: "kindest/node:v1.23.0"