From 698e982234b1a3e4e1c2e56c46f8faf296e627cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Bavelier?= Date: Wed, 23 Oct 2024 11:25:53 +0200 Subject: [PATCH] Remove k8s 1.18.20 from testing matrix to fix CI --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed86783d7..04ed541b9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -118,7 +118,8 @@ jobs: strategy: matrix: k8s: - - v1.18.20 + # TODO: `kind create cluster --config .github/kind_config.yaml --name chart-testing --wait 60s --image kindest/node:v1.18.20` fails + # - v1.18.20 - v1.22.17 - v1.24.17 - v1.25.16