From 3fc81780d9f35d3082480387d1f1e1c2f3ff51d1 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Tue, 18 Apr 2023 08:28:28 +0200 Subject: [PATCH] Add k8s 1.27 to CI + bump other versions to latest patches (#219) - Add k8s 1.27 to test workflow - Bump other k8s versions to latest patch release --------- Signed-off-by: Marco Franssen --- .github/workflows/helm-chart-ci.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/helm-chart-ci.yaml b/.github/workflows/helm-chart-ci.yaml index 179df3a..cffb15c 100644 --- a/.github/workflows/helm-chart-ci.yaml +++ b/.github/workflows/helm-chart-ci.yaml @@ -147,11 +147,12 @@ 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 - - v1.22.15 + - v1.27.0 + - v1.26.3 + - v1.25.8 + - v1.24.12 + - v1.23.17 + - v1.22.17 - v1.21.14 values: - ${{ fromJson(needs.build-matrix.outputs.tests) }} @@ -181,7 +182,7 @@ jobs: uses: helm/kind-action@v1.5.0 # Only build a kind cluster if there are chart changes to test. with: - version: v0.17.0 + version: v0.18.0 node_image: kindest/node:${{ matrix.k8s }} config: .github/kind/conf/kind-config.yaml verbosity: 1