You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2022/02/26 05:14:36 UTC

[incubator-heron] 01/01: Fixing a type which broke the helm chart

This is an automated email from the ASF dual-hosted git repository.

nicknezis pushed a commit to branch nicknezis/helm-kubeVersion-fix
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 99944a08836cf4c9f67ffb820f8101db0de98a36
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Sat Feb 26 00:14:15 2022 -0500

    Fixing a type which broke the helm chart
---
 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 21580df..458d7e0 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