From 23128c50a05faa036d7fb838f73307c7673d2890 Mon Sep 17 00:00:00 2001 From: Chirayu Kapoor Date: Wed, 17 Apr 2024 14:07:52 +0530 Subject: [PATCH] build: Add k8s 1.27.13 Signed-off-by: Chirayu Kapoor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 00ad653..6efc7d0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.27.12 +K8S_VERSION?=v1.27.13 ARCH?=amd64 ALL_ARCH=amd64 arm64