Skip to content

Commit

Permalink
fixup! ci: use k8s 1.27.1 in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Oct 13, 2023
1 parent 3057794 commit fabfd0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:

- name: Create kind cluster
uses: helm/kind-action@v1.2.0
# with:
# node_image: "kindest/node:v1.27.1"
with:
node_image: "kindest/node:v1.27.1"

- name: Testing
run: |
Expand Down

0 comments on commit fabfd0d

Please sign in to comment.