From d9806ea16d50099404e9ae418f40fe9b47affefc Mon Sep 17 00:00:00 2001 From: Rayan Das Date: Mon, 22 May 2023 17:57:19 +0530 Subject: [PATCH] add K8s v1.27.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4fddc9..7544979 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.26.6 +K8S_VERSION?=v1.27.4 ARCH?=amd64 ALL_ARCH=amd64 arm64