From 2137c3cbeb308106de817ea95bcd34313cdf67d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tibor=20=C5=A0imko?= Date: Fri, 21 Aug 2020 12:03:15 +0200 Subject: [PATCH] helm: fix kubeVersion check for GCP/GKE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #385. Signed-off-by: Tibor Å imko --- 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 96cbc934..f150b092 100644 --- a/helm/reana/Chart.yaml +++ b/helm/reana/Chart.yaml @@ -27,7 +27,7 @@ keywords: type: application # Chart version. version: 0.7.0-alpha.1 -kubeVersion: ">= 1.13.0 <= 1.18" +kubeVersion: ">= 1.13.0-0 < 1.19.0-0" dependencies: - name: traefik version: 1.85.x