From 0944fc02c40ace3f9087e49284351e27ecba94f1 Mon Sep 17 00:00:00 2001 From: Krunal Hingu Date: Fri, 22 Nov 2024 06:20:01 +0530 Subject: [PATCH] add k8s version v1.31.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dfc87ab..7aa856c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.31.2 +K8S_VERSION?=v1.31.3 ARCH?=amd64 ALL_ARCH=amd64 arm64