Dropping k8s versions in CI older than 3, as per readme (#344)

This commit is contained in:
Drew Wells
2023-06-13 11:54:30 -07:00
committed by GitHub
parent 8748933548
commit 5d8c9079a1
+1 -4
View File
@@ -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/[email protected]
# 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