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