Update kind action

This commit is contained in:
Marc Brugger 2022-12-23 23:13:26 +01:00 committed by GitHub
parent 883a270f56
commit ec3209bdb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,8 +82,8 @@ jobs:
- name: Create kind cluster
uses: helm/kind-action@v1.5.0
with:
version: v0.14.0
kubectl_version: v1.24.0
version: v0.17.0
kubectl_version: v1.25.3
- name: Install Helm Chart
run: ./testdata/e2e/bin/install-chart.sh
- name: Wait for sync to finish