Skip to content

Commit 7276405

Browse files
e2e: use newer versions of softwares
1 parent 1961a61 commit 7276405

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

e2e/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
KIND_VERSION:=0.20.0
2-
KUBERNETES_VERSION:=1.28.0
3-
HELM_VERSION:=3.14.0
1+
KIND_VERSION:=0.25.0
2+
KUBERNETES_VERSION:=1.31.0
3+
HELM_VERSION:=3.16.2
44
WD:=$(dir $(lastword $(MAKEFILE_LIST)))
55
BIN:=$(WD)/_bin
66
KIND:=$(BIN)/kind-$(KIND_VERSION)

0 commit comments

Comments
 (0)