From ec3209bdb3857fccfb50b61153502160c407d614 Mon Sep 17 00:00:00 2001 From: Marc Brugger Date: Fri, 23 Dec 2022 23:13:26 +0100 Subject: [PATCH] Update kind action --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3a61dba..74c2749 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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