From ae90500acbc101913df1e0b25aa3f2d48de997f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tibor=20=C5=A0imko?= Date: Mon, 5 Feb 2024 14:27:26 +0100 Subject: [PATCH] build(helm): add support for Kubernetes 1.29 (#775) Declare support for Kubernetes 1.29 that was successfully tested locally using Kind 0.21. --- helm/reana/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/reana/Chart.yaml b/helm/reana/Chart.yaml index b2ffb343..3b52142e 100644 --- a/helm/reana/Chart.yaml +++ b/helm/reana/Chart.yaml @@ -28,7 +28,7 @@ keywords: type: application # Chart version. version: 0.9.2 -kubeVersion: ">= 1.21.0-0 < 1.29.0-0" +kubeVersion: ">= 1.21.0-0 < 1.30.0-0" dependencies: - name: traefik version: 10.6.2