From baef2fc43660ac14e11d66e9861d1ea030e74715 Mon Sep 17 00:00:00 2001 From: Jaideep <79799016+jayfranco999@users.noreply.github.com> Date: Thu, 27 Jun 2024 12:48:13 +0530 Subject: [PATCH] feat(privatek8s): upgrade to kubernetes 1.28 (#756) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit as per https://github.com/jenkins-infra/helpdesk/issues/4144#issuecomment-2190936375 upgrading the privatek8s kubernetes cluster and node pools to 1.28.9 Signed-off-by: jayfranco999 Co-authored-by: Stéphane MERLE <95630726+smerle33@users.noreply.github.com> --- locals.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.tf b/locals.tf index 132b1b0c..7648be2f 100644 --- a/locals.tf +++ b/locals.tf @@ -49,7 +49,7 @@ locals { kubernetes_versions = { "cijenkinsio_agents_1" = "1.28.9" "infracijenkinsio_agents_1" = "1.28.9" - "privatek8s" = "1.27.9" + "privatek8s" = "1.28.9" "publick8s" = "1.27.9" }