blob: 88a70054abef706dde5093d8bbc94c03a6203af5 [file] [log] [blame]
Joey Armstrong07475092023-01-26 10:56:13 -05001# Copyright 2020-2023 Open Networking Foundation (ONF) and the ONF Contributors
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -08002#
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
Akash Sonia02e9982022-12-09 10:11:41 +053029appVersion: "2.12"
nikesh.krishnane95b52f2023-03-14 11:17:48 +053030version: 2.12.1
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080031dependencies:
32 - name: voltha
Girish Gowdrab3210442021-03-11 11:11:32 -080033 repository: file://../voltha
nikesh.krishnane95b52f2023-03-14 11:17:48 +053034 version: 2.12.2
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080035 condition: voltha.enabled
36 - name: voltha-adapter-openonu
Girish Gowdrab3210442021-03-11 11:11:32 -080037 repository: file://../voltha-adapter-openonu
serkantul3b6d60c2023-02-02 01:57:00 +030038 version: 2.11.1
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080039 condition: voltha-adapter-openonu.enabled
40 - name: voltha-adapter-openolt
Girish Gowdrab3210442021-03-11 11:11:32 -080041 repository: file://../voltha-adapter-openolt
nikesh.krishnane95b52f2023-03-14 11:17:48 +053042 version: 2.12.1
Matteo Scandolob4c5f4e2020-11-11 12:05:23 -080043 condition: voltha-adapter-openolt.enabled
Tinoj Josephdd1fd9d2022-08-01 23:59:26 +053044 - name: voltha-go-controller
45 repository: file://../voltha-go-controller
Akash Sonia02e9982022-12-09 10:11:41 +053046 version: 0.1.3
Tinoj Josephdd1fd9d2022-08-01 23:59:26 +053047 condition: voltha-go-controller.enabled