From f8691e24c72abe211eb553874c1e09ea94bb29ea Mon Sep 17 00:00:00 2001 From: Rayan Das Date: Fri, 25 Aug 2023 15:11:22 +0530 Subject: [PATCH] add K8s v1.27.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7544979..ea0fa16 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.27.4 +K8S_VERSION?=v1.27.5 ARCH?=amd64 ALL_ARCH=amd64 arm64