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 | |
Girish Gowdra | 4762fc7 | 2021-07-09 11:01:17 -0700 | [diff] [blame] | 30 | appVersion: "2.8" |
Andrea Campanella | c3aaab2 | 2021-11-29 09:28:25 -0800 | [diff] [blame^] | 31 | version: 2.8.14 |
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 |
Andrea Campanella | fe41c28 | 2021-11-11 11:24:21 +0100 | [diff] [blame] | 36 | version: 2.9.10 |
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 |
Andrea Campanella | c3aaab2 | 2021-11-29 09:28:25 -0800 | [diff] [blame^] | 40 | version: 2.8.13 |
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 |
Andrea Campanella | c3aaab2 | 2021-11-29 09:28:25 -0800 | [diff] [blame^] | 44 | version: 2.9.11 |
Matteo Scandolo | b4c5f4e | 2020-11-11 12:05:23 -0800 | [diff] [blame] | 45 | condition: voltha-adapter-openolt.enabled |