From 748ca0769c24286cb32b8bfaf3df0114748cfae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tibor=20=C5=A0imko?= Date: Tue, 14 May 2024 13:12:53 +0200 Subject: [PATCH] build(helm): add support for Kubernetes 1.30 (#799) Declare support for Kubernetes 1.30 that was successfully tested locally using Kind 0.23. --- 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 adcae5b0..668ac5ea 100644 --- a/helm/reana/Chart.yaml +++ b/helm/reana/Chart.yaml @@ -27,7 +27,7 @@ keywords: - reusable-science type: application version: 0.9.3 -kubeVersion: '>= 1.21.0-0 < 1.30.0-0' +kubeVersion: '>= 1.21.0-0 < 1.31.0-0' dependencies: - name: traefik version: 10.6.2