From 485ac3173301b29d59632974d542c821c92c5df5 Mon Sep 17 00:00:00 2001 From: Nicholas Nezis Date: Sat, 26 Feb 2022 02:20:51 -0500 Subject: [PATCH] Fixing a type which broke the helm chart (#3775) --- deploy/kubernetes/helm/Chart.yaml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/kubernetes/helm/Chart.yaml.template b/deploy/kubernetes/helm/Chart.yaml.template index 21580df5185..458d7e05cda 100644 --- a/deploy/kubernetes/helm/Chart.yaml.template +++ b/deploy/kubernetes/helm/Chart.yaml.template @@ -18,7 +18,7 @@ apiVersion: v2 name: heron version: VERSION -kubeVersion: 1.16 +kubeVersion: >= 1.16 appVersion: VERSION description: Heron is a fast distributed streaming engine for processing large data volumes with velocity type: application