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:35 UTC

[incubator-heron] branch nicknezis/helm-kubeVersion-fix created (now 99944a0)

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

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


      at 99944a0  Fixing a type which broke the helm chart

This branch includes the following new commits:

     new 99944a0  Fixing a type which broke the helm chart

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by ni...@apache.org.
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