Skip to content

Commit

Permalink
Update kind
Browse files Browse the repository at this point in the history
Signed-off-by: Daichi Sakaue <[email protected]>
  • Loading branch information
yokaze committed Aug 1, 2023
1 parent d10965a commit c7891d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: End-to-end Test
strategy:
matrix:
kindest-node: ["1.24.12", "1.25.8", "1.26.3"]
kindest-node: ["1.25.11", "1.26.6", "1.27.3"]
ip-version: ["ipv4", "ipv6"]
runs-on: ubuntu-22.04
steps:
Expand Down
4 changes: 2 additions & 2 deletions v2/e2e/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KIND_VERSION=0.18.0
KUBERNETES_VERSION=1.26.3
KIND_VERSION=0.20.0
KUBERNETES_VERSION=1.27.3
KUSTOMIZE_VERSION = 5.0.1
BINDIR := $(abspath $(PWD)/../bin)

Expand Down

0 comments on commit c7891d2

Please sign in to comment.