From 17988beb04ce7f2d309975a03d42cfd3ef186b27 Mon Sep 17 00:00:00 2001 From: Krunal Hingu Date: Thu, 13 Nov 2025 11:02:35 +0530 Subject: [PATCH] Update Kubernetes version to v1.31.14 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c52346..78db213 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.31.13 +K8S_VERSION?=v1.31.14 ARCH?=amd64 ALL_ARCH=amd64 arm64