Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 1 | # Copyright 2020-present Open Networking Foundation |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | --- |
| 15 | apiVersion: v2 |
| 16 | description: A Helm chart to install a VOLTHA stack on existing infrastructure |
| 17 | keywords: |
| 18 | - "onf" |
| 19 | - "voltha" |
| 20 | - "openolt-adapters" |
| 21 | - "openonu-adapters" |
| 22 | home: "https://www.opennetworking.org/voltha" |
| 23 | icon: "https://guide.opencord.org/logos/voltha.svg" |
| 24 | maintainers: |
| 25 | - name: "Open Networking Foundation" |
| 26 | email: "info@opennetworking.org" |
| 27 | url: "https://www.opennetworking.org" |
| 28 | name: voltha-stack |
| 29 | |
Matteo Scandolo | 986a4c6 | 2021-03-31 07:13:11 -0700 | [diff] [blame] | 30 | appVersion: "2.8-dev" |
Matteo Scandolo | 60b9c25 | 2021-06-10 17:21:08 +0200 | [diff] [blame^] | 31 | version: 0.2.7 |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 32 | |
| 33 | dependencies: |
| 34 | - name: voltha |
Girish Gowdra | b321044 | 2021-03-11 11:11:32 -0800 | [diff] [blame] | 35 | repository: file://../voltha |
Matteo Scandolo | 600140f | 2021-06-04 14:08:21 -0700 | [diff] [blame] | 36 | version: 2.9.6 |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 37 | condition: voltha.enabled |
| 38 | - name: voltha-adapter-openonu |
Girish Gowdra | b321044 | 2021-03-11 11:11:32 -0800 | [diff] [blame] | 39 | repository: file://../voltha-adapter-openonu |
Matteo Scandolo | 60b9c25 | 2021-06-10 17:21:08 +0200 | [diff] [blame^] | 40 | version: 2.8.2 |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 41 | condition: voltha-adapter-openonu.enabled |
| 42 | - name: voltha-adapter-openolt |
Girish Gowdra | b321044 | 2021-03-11 11:11:32 -0800 | [diff] [blame] | 43 | repository: file://../voltha-adapter-openolt |
Matteo Scandolo | 06ee58c | 2021-05-26 15:28:51 -0700 | [diff] [blame] | 44 | version: 2.9.1 |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 45 | condition: voltha-adapter-openolt.enabled |