From 5d8c9079a1742ffc732a8bd2ab27dbe3ad6df434 Mon Sep 17 00:00:00 2001 From: Drew Wells Date: Tue, 13 Jun 2023 13:54:30 -0500 Subject: [PATCH] Dropping k8s versions in CI older than 3, as per readme (#344) --- .github/workflows/helm-chart-ci.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/helm-chart-ci.yaml b/.github/workflows/helm-chart-ci.yaml index 9a53764..08a7098 100644 --- a/.github/workflows/helm-chart-ci.yaml +++ b/.github/workflows/helm-chart-ci.yaml @@ -139,9 +139,6 @@ jobs: - v1.27.2 - v1.26.4 - v1.25.9 - - v1.24.13 - - v1.23.17 - - v1.22.17 values: - ${{ fromJson(needs.build-matrix.outputs.tests) }} @@ -170,7 +167,7 @@ jobs: uses: helm/kind-action@v1.7.0 # Only build a kind cluster if there are chart changes to test. with: - version: v0.18.0 + version: v0.19.0 node_image: kindest/node:${{ matrix.k8s }} config: .github/kind/conf/kind-config.yaml verbosity: 1