Skip to content

Commit

Permalink
update for k8s 1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed Oct 20, 2023
1 parent 116f4c2 commit 374aebd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Run test on kind
strategy:
matrix:
k8s-version: ["1.24.12", "1.25.8", "1.26.3"]
k8s-version: ["1.25.8", "1.26.3","1.27.3"]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CONTROLLER_GEN_VERSION := 0.12.0
ENVTEST_K8S_VERSION := 1.26.1
CONTROLLER_GEN_VERSION := 0.12.1
ENVTEST_K8S_VERSION := 1.27.1

PROJECT_DIR := $(CURDIR)
TMP_DIR := $(PROJECT_DIR)/tmp
Expand Down
8 changes: 4 additions & 4 deletions kindtest/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
CURL := curl -sSLf

KUSTOMIZE_VERSION := 5.0.3
KINDTEST_K8S_VERSION := 1.26.3
KIND_VERSION := 0.18.0
CERT_MANAGER_VERSION := 1.11.2
KUSTOMIZE_VERSION := 5.2.0
KINDTEST_K8S_VERSION := 1.27.1
KIND_VERSION := 0.20.0
CERT_MANAGER_VERSION := 1.13.1

PROJECT_DIR := $(CURDIR)/../
BIN_DIR := $(PROJECT_DIR)/tmp/bin
Expand Down

0 comments on commit 374aebd

Please sign in to comment.