From 0eadc09108a3b78d7a42bb7e32779dc79ef8f857 Mon Sep 17 00:00:00 2001 From: Krunal Hingu Date: Fri, 27 Sep 2024 11:46:39 +0530 Subject: [PATCH] add k8s v1.31.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 84073d4..1face61 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.30.5 +K8S_VERSION?=v1.31.1 ARCH?=amd64 ALL_ARCH=amd64 arm64