From 68abab18f675f5f976199d50cc3770e167edd00d Mon Sep 17 00:00:00 2001 From: Chirayu Kapoor Date: Fri, 16 Aug 2024 20:59:01 +0530 Subject: [PATCH] Bump k8s version to v1.30.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49dc228..9759dfb 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.30.3 +K8S_VERSION?=v1.30.4 ARCH?=amd64 ALL_ARCH=amd64 arm64