From efe3db60225aa9c745e078489e130960eb5a9e87 Mon Sep 17 00:00:00 2001 From: birca Date: Mon, 20 Nov 2023 19:47:52 +0200 Subject: [PATCH] fix --- .github/actions/setup/action.yaml | 4 ++-- .github/workflows/operator-test.yaml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index d1812a45a..a8de49412 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -21,10 +21,10 @@ runs: uses: helm/chart-testing-action@v2.6.0 - name: Create kind cluster - uses: helm/kind-action@v1.5.0 + uses: helm/kind-action@v1.8.0 if: ${{ inputs.create-kind-cluster == 'true' }} with: - node_image: kindest/node:v1.24.12 + node_image: kindest/node:v1.28.0 - name: Add Dependencies shell: bash diff --git a/.github/workflows/operator-test.yaml b/.github/workflows/operator-test.yaml index ed1315516..0e12d87da 100644 --- a/.github/workflows/operator-test.yaml +++ b/.github/workflows/operator-test.yaml @@ -19,6 +19,8 @@ jobs: uses: ./.github/actions/setup with: create-kind-cluster: "true" + labels: + ingress-ready: "true" - name: Check CRDs run: make check-operator-crds