Joey Armstrong | 0747509 | 2023-01-26 10:56:13 -0500 | [diff] [blame] | 1 | # Copyright 2019-2023 Open Networking Foundation (ONF) and the ONF Contributors |
David Bainbridge | cd30e54 | 2019-05-31 20:52:56 +0000 | [diff] [blame] | 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. |
David Bainbridge | 8595b3b | 2020-06-05 12:23:05 -0700 | [diff] [blame] | 14 | --- |
| 15 | apiVersion: "v1" |
| 16 | name: "voltha-adapter-openolt" |
Jan Klare | ea3ab39 | 2023-10-31 14:27:23 +0100 | [diff] [blame] | 17 | version: "2.12.5" |
David Bainbridge | 8595b3b | 2020-06-05 12:23:05 -0700 | [diff] [blame] | 18 | description: "A Helm chart for Voltha OpenOLT Adapter" |
| 19 | keywords: |
| 20 | - "onf" |
| 21 | - "voltha" |
| 22 | - "adapter" |
| 23 | - "olt" |
| 24 | - "open" |
| 25 | home: "https://www.opennetworking.org/voltha" |
| 26 | icon: "https://guide.opencord.org/logos/voltha.svg" |
| 27 | sources: |
| 28 | - "https://github.com/opencord/voltha-openolt-adapter" |
| 29 | maintainers: |
| 30 | - name: "Open Networking Foundation" |
| 31 | email: "info@opennetworking.org" |
| 32 | url: "https://www.opennetworking.org" |
David Bainbridge | cd30e54 | 2019-05-31 20:52:56 +0000 | [diff] [blame] | 33 | |
Jan Klare | ea3ab39 | 2023-10-31 14:27:23 +0100 | [diff] [blame] | 34 | # appVersion refers to release version of voltha-openolt-adapter |
| 35 | appVersion: "4.4.5" |
Joey Armstrong | 31124cb | 2023-07-26 16:46:26 -0400 | [diff] [blame] | 36 | |
| 37 | # [EOF] |