From c91ae23959af32b058073688c3d4efba13cb604e Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 14 Sep 2024 15:47:13 +0000 Subject: [PATCH] Use KIND v0.24.0 Signed-off-by: 1gtm <1gtm@appscode.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 376a39572..8a9bdb3b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: id: kind uses: engineerd/setup-kind@v0.5.0 with: - version: v0.17.0 + version: v0.24.0 image: kindest/node:${{ matrix.k8s }} - name: Test crds