blob: d721cf0a0cab2c1dd3096bd28d53b715497f6307 [file] [log] [blame]
Zack Williamsc6202fe2020-03-26 10:55:40 -07001---
David Bainbridge2f9b76f2019-05-15 13:48:11 -07002# Copyright 2019-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
David Bainbridge16b19cc2020-05-29 11:50:44 -070015apiVersion: "v1"
16name: "voltha"
David Bainbridge60018ec2020-06-02 13:32:30 -070017version: "2.4.8"
David Bainbridge16b19cc2020-05-29 11:50:44 -070018description: "A Helm chart for Voltha based on K8S resources in Voltha project"
19keywords:
20 - "onf"
21 - "voltha"
22home: "https://www.opennetworking.org/voltha"
23icon: "https://guide.opencord.org/logos/cord.svg"
24sources:
25 - "https://github.com/opencord/voltha-go"
26 - "https://github.com/opencord/ofagent-go"
David Bainbridge16b19cc2020-05-29 11:50:44 -070027maintainers:
28 - name: "Open Networking Foundation"
29 email: "info@opennetworking.org"
30 url: "https://www.opennetworking.org"
Scott Baker008d1812019-10-08 14:38:19 -070031
Scott Baker1cbd70e2020-02-19 10:22:50 -080032# app version applies to multiple components with potentially different
33# container image versions
David Bainbridge16b19cc2020-05-29 11:50:44 -070034appVersion: "2.4"