This is an automated email from the ASF dual-hosted git repository. nicknezis pushed a commit to branch nicknezis/helm-cleanup in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit c15fe858e1bd91d34c3212a6f1f448018aa6ed74 Author: Nicholas Nezis <[email protected]> AuthorDate: Sun Jan 16 23:06:31 2022 -0500 Updated Chart.yaml to v2 apiVersion (Helm 3) --- deploy/kubernetes/helm/Chart.yaml.template | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/deploy/kubernetes/helm/Chart.yaml.template b/deploy/kubernetes/helm/Chart.yaml.template index f9c7c72..21580df 100644 --- a/deploy/kubernetes/helm/Chart.yaml.template +++ b/deploy/kubernetes/helm/Chart.yaml.template @@ -14,16 +14,30 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. - -apiVersion: v1 -description: Heron is a fast distributed streaming engine for processing large data volumes with velocity +--- +apiVersion: v2 name: heron version: VERSION +kubeVersion: 1.16 appVersion: VERSION -icon: https://apache.github.io/incubator-heron/img/HeronTextLogo-small.png -home: http://heron.io +description: Heron is a fast distributed streaming engine for processing large data volumes with velocity +type: application +keywords: + - apache + - streaming + - analytics + - heron + - heronpy + - apache-heron + - heron-helm +home: https://heron.apache.org/ +icon: https://heron.apache.org/img/HeronTextLogo-small.png sources: - - https://github.com/apache/incubator-heron.git + - https://github.com/apache/incubator-heron/ + - https://github.com/apache/incubator-heron/tree/master/deploy/kubernetes/helm/ +dependencies: maintainers: - - name: Karthik Ramasamy - email: [email protected] + - name: Apache Heron Developers + email: [email protected] + url: https://heron.apache.org/ +annotations:
