Skip to content

Commit

Permalink
update e2e-test 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 b23904e commit cb80938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NOTE: kind version is specified at aqua.yaml
E2ETEST_K8S_VERSION := 1.26.3
CERT_MANAGER_VERSION := 1.11.2
E2ETEST_K8S_VERSION := 1.27.3
CERT_MANAGER_VERSION := 1.13.1

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

0 comments on commit cb80938

Please sign in to comment.