From 52d4b4c731305ffc9fcd77993e069be1fed670ce Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Thu, 27 Jun 2024 15:54:37 +0200 Subject: [PATCH] cleanup: Sync kind version in integration yaml Use kind v0.23.0 in integration.yml and hack/e2e-setup.sh. Signed-off-by: Felix Matouschek --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 18f7fc6..aba6920 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -112,7 +112,7 @@ jobs: if: inputs.ansible_test_targets != '' uses: helm/kind-action@v1.9.0 with: - version: v0.22.0 + version: v0.23.0 install_only: true - name: Deploy kubevirt