From 06da63266f197aeeacca099aaffecb1cd1903f7a Mon Sep 17 00:00:00 2001 From: Jiaqi Luo <6218999+jiaqiluo@users.noreply.github.com> Date: Mon, 12 Sep 2022 17:47:52 -0700 Subject: [PATCH] add k8s 1.25.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b4cb3d0..b9f37b6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.24.4 +K8S_VERSION?=v1.25.2 ARCH?=amd64 ALL_ARCH=amd64 arm64