Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Allex1 committed Nov 20, 2023
1 parent 5ededb3 commit efe3db6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ runs:
uses: helm/[email protected]

- 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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/operator-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efe3db6

Please sign in to comment.