Zack Williams | c6202fe | 2020-03-26 10:55:40 -0700 | [diff] [blame] | 1 | --- |
David Bainbridge | 2f9b76f | 2019-05-15 13:48:11 -0700 | [diff] [blame] | 2 | # 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 Bainbridge | 16b19cc | 2020-05-29 11:50:44 -0700 | [diff] [blame] | 15 | apiVersion: "v1" |
| 16 | name: "voltha" |
serkant.uluderya | f1b8cc7 | 2020-05-13 23:26:51 -0700 | [diff] [blame^] | 17 | version: "2.4.9" |
David Bainbridge | 16b19cc | 2020-05-29 11:50:44 -0700 | [diff] [blame] | 18 | description: "A Helm chart for Voltha based on K8S resources in Voltha project" |
| 19 | keywords: |
| 20 | - "onf" |
| 21 | - "voltha" |
| 22 | home: "https://www.opennetworking.org/voltha" |
| 23 | icon: "https://guide.opencord.org/logos/cord.svg" |
| 24 | sources: |
| 25 | - "https://github.com/opencord/voltha-go" |
| 26 | - "https://github.com/opencord/ofagent-go" |
David Bainbridge | 16b19cc | 2020-05-29 11:50:44 -0700 | [diff] [blame] | 27 | maintainers: |
| 28 | - name: "Open Networking Foundation" |
| 29 | email: "info@opennetworking.org" |
| 30 | url: "https://www.opennetworking.org" |
Scott Baker | 008d181 | 2019-10-08 14:38:19 -0700 | [diff] [blame] | 31 | |
Scott Baker | 1cbd70e | 2020-02-19 10:22:50 -0800 | [diff] [blame] | 32 | # app version applies to multiple components with potentially different |
| 33 | # container image versions |
David Bainbridge | 16b19cc | 2020-05-29 11:50:44 -0700 | [diff] [blame] | 34 | appVersion: "2.4" |