blob: 0fd266f5829e54a5cdc7e9357691af97fabd7341 [file] [log] [blame]
Joey Armstrong07475092023-01-26 10:56:13 -05001# Copyright 2019-2023 Open Networking Foundation (ONF) and the ONF Contributors
David Bainbridgecd30e542019-05-31 20:52:56 +00002#
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.
David Bainbridge8595b3b2020-06-05 12:23:05 -070014---
15apiVersion: "v1"
16name: "voltha-adapter-openolt"
nikesh.krishnane95b52f2023-03-14 11:17:48 +053017version: "2.12.1"
David Bainbridge8595b3b2020-06-05 12:23:05 -070018description: "A Helm chart for Voltha OpenOLT Adapter"
19keywords:
20 - "onf"
21 - "voltha"
22 - "adapter"
23 - "olt"
24 - "open"
25home: "https://www.opennetworking.org/voltha"
26icon: "https://guide.opencord.org/logos/voltha.svg"
27sources:
28 - "https://github.com/opencord/voltha-openolt-adapter"
29maintainers:
30 - name: "Open Networking Foundation"
31 email: "info@opennetworking.org"
32 url: "https://www.opennetworking.org"
David Bainbridgecd30e542019-05-31 20:52:56 +000033
David Bainbridge8595b3b2020-06-05 12:23:05 -070034# appVersion refers to multiple components with potentially different
35# container image versions.
nikesh.krishnane95b52f2023-03-14 11:17:48 +053036appVersion: "4.3.2"