From b73546356c3b2f43eaeeb399aded43e3ca5e05c8 Mon Sep 17 00:00:00 2001 From: Zubair Haque Date: Sun, 1 Sep 2024 07:01:23 -0500 Subject: [PATCH] feat: upgrade to k8s version to a supported version for security compliance (#1686) --- .github/workflows/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Makefile b/.github/workflows/Makefile index 7245daff..159bc0cf 100644 --- a/.github/workflows/Makefile +++ b/.github/workflows/Makefile @@ -1,7 +1,7 @@ HELM_VERSION ?= v3.7.2 KUSTOMIZE_VERSION ?= v5.4.3 -K8S_VERSION ?= v1.25.16 -MINIKUBE_VERSION ?= v0.30.0 +K8S_VERSION ?= v1.28.11 +MINIKUBE_VERSION ?= v1.31.1 SOPS_VERSION ?= v3.9.0 # ---