blob: a04b60a985331b34315ca5a92d1069bacf84e21e [file] [log] [blame]
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -08001# 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---
15apiVersion: v2
16description: A Helm chart to install a VOLTHA stack on existing infrastructure
17keywords:
18 - "onf"
19 - "voltha"
20 - "openolt-adapters"
21 - "openonu-adapters"
22home: "https://www.opennetworking.org/voltha"
23icon: "https://guide.opencord.org/logos/voltha.svg"
24maintainers:
25 - name: "Open Networking Foundation"
26 email: "info@opennetworking.org"
27 url: "https://www.opennetworking.org"
28name: voltha-stack
29
30appVersion: "1.0"
Holger Hildebrandtade635b2021-02-18 16:28:39 +000031version: 0.1.6
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080032
33dependencies:
34 - name: voltha
Matteo Scandolo866e59b2021-01-22 10:49:04 -080035 repository: https://charts.opencord.org
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080036 version: 2.8.1
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080037 condition: voltha.enabled
38 - name: voltha-adapter-openonu
Matteo Scandolo1d80abd2021-01-28 11:30:12 -080039 repository: file://../voltha-adapter-openonu
Holger Hildebrandtade635b2021-02-18 16:28:39 +000040 version: 2.7.9
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080041 condition: voltha-adapter-openonu.enabled
42 - name: voltha-adapter-openolt
Matteo Scandolo866e59b2021-01-22 10:49:04 -080043 repository: https://charts.opencord.org
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080044 version: 2.8.1
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080045 condition: voltha-adapter-openolt.enabled