From 81ac89a91181d3ec2aaef0df57a957327b7369fc Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Thu, 2 Mar 2023 09:18:47 +0100 Subject: [PATCH] Add k8s 1.26.0 (Kind) to the test matrix Signed-off-by: Marco Franssen --- .github/workflows/helm-chart-ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/helm-chart-ci.yaml b/.github/workflows/helm-chart-ci.yaml index 18ce258..92fbc94 100644 --- a/.github/workflows/helm-chart-ci.yaml +++ b/.github/workflows/helm-chart-ci.yaml @@ -110,6 +110,7 @@ jobs: # Kubernetes, but can go back farther as long as we don't need heroics # to pull it off (i.e. kubectl version juggling). k8s: + - v1.26.0 - v1.25.3 - v1.24.7 - v1.23.13