Skip to content

Commit

Permalink
set node image
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Aller <[email protected]>
  • Loading branch information
zachaller committed Jul 19, 2024
1 parent 6e8b5c8 commit 09a34ea
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/ci-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
fail-fast: false
matrix:
kubernetes-minor-version:
- 1.28
- 1.29
- 1.28.0
- 1.29.0
- 1.30.0
name: E2E Tests
runs-on: ubuntu-latest
Expand All @@ -30,14 +30,7 @@ jobs:
k8s-version: v${{ matrix.kubernetes-minor-version }}
name: kind
version: v0.23.0
config: |
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v${{ matrix.kubernetes-minor-version }}
- role: worker
image: kindest/node:v${{ matrix.kubernetes-minor-version }}
node_image: kindest/node:v${{ matrix.kubernetes-minor-version }}
- name: Checkout Repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
- name: Get dependencies
Expand Down

0 comments on commit 09a34ea

Please sign in to comment.