apache / incubator-heron

Apache Heron (Incubating) is a realtime, distributed, fault-tolerant stream processing engine from Twitter
https://heron.apache.org/
Apache License 2.0
3.65k stars 598 forks source link

Fixing an incorrect use of KubeVersion in the Helm Chart.yml #3775

Closed nicknezis closed 2 years ago

nicknezis commented 2 years ago

When I added kubeVersion I mistakenly made the Helm chart only work for Kubernetes 1.16. This PR corrects the behavior to the original intention. Kubernetes 1.16 as a minimum version.