This is an automated email from the ASF dual-hosted git repository.
nicknezis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/master by this push:
new 485ac31 Fixing a type which broke the helm chart (#3775)
485ac31 is described below
commit 485ac3173301b29d59632974d542c821c92c5df5
Author: Nicholas Nezis <[email protected]>
AuthorDate: Sat Feb 26 02:20:51 2022 -0500
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 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