blob: 42effcf9b5b3d103098444bcdcfc905d4e45a098 [file] [log] [blame]
Joey Armstrong1c399052024-02-10 13:23:13 -05001# Copyright 2019-2024 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"
Joey Armstrong1c399052024-02-10 13:23:13 -050017
18## Chart version for package:
19## Increment when Chart.yaml changes
20version: "2.12.6"
David Bainbridge8595b3b2020-06-05 12:23:05 -070021description: "A Helm chart for Voltha OpenOLT Adapter"
22keywords:
23 - "onf"
24 - "voltha"
25 - "adapter"
26 - "olt"
27 - "open"
28home: "https://www.opennetworking.org/voltha"
29icon: "https://guide.opencord.org/logos/voltha.svg"
30sources:
31 - "https://github.com/opencord/voltha-openolt-adapter"
32maintainers:
33 - name: "Open Networking Foundation"
34 email: "info@opennetworking.org"
35 url: "https://www.opennetworking.org"
David Bainbridgecd30e542019-05-31 20:52:56 +000036
Jan Klareea3ab392023-10-31 14:27:23 +010037# appVersion refers to release version of voltha-openolt-adapter
Joey Armstrong1c399052024-02-10 13:23:13 -050038appVersion: "4.4.11"
Joey Armstrong31124cb2023-07-26 16:46:26 -040039
40# [EOF]