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 | 2f9b76f | 2019-05-15 13:48:11 -0700 | [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 | --- |
David Bainbridge | 16b19cc | 2020-05-29 11:50:44 -0700 | [diff] [blame] | 15 | apiVersion: "v1" |
| 16 | name: "voltha" |
Joey Armstrong | 8cd89ae | 2024-02-10 16:58:02 -0500 | [diff] [blame] | 17 | |
| 18 | ## Chart version for package: 'voltha' |
| 19 | ## Increment when Chart.yaml changes |
Praneeth Kumar Nalmas | 5cd48d7 | 2024-04-17 10:37:40 +0530 | [diff] [blame^] | 20 | version: "2.12.19" |
Joey Armstrong | 8cd89ae | 2024-02-10 16:58:02 -0500 | [diff] [blame] | 21 | |
David Bainbridge | 16b19cc | 2020-05-29 11:50:44 -0700 | [diff] [blame] | 22 | description: "A Helm chart for Voltha based on K8S resources in Voltha project" |
| 23 | keywords: |
| 24 | - "onf" |
| 25 | - "voltha" |
David Bainbridge | 8595b3b | 2020-06-05 12:23:05 -0700 | [diff] [blame] | 26 | - "core" |
| 27 | - "ofagent" |
David Bainbridge | 16b19cc | 2020-05-29 11:50:44 -0700 | [diff] [blame] | 28 | home: "https://www.opennetworking.org/voltha" |
David Bainbridge | 8595b3b | 2020-06-05 12:23:05 -0700 | [diff] [blame] | 29 | icon: "https://guide.opencord.org/logos/voltha.svg" |
David Bainbridge | 16b19cc | 2020-05-29 11:50:44 -0700 | [diff] [blame] | 30 | sources: |
| 31 | - "https://github.com/opencord/voltha-go" |
| 32 | - "https://github.com/opencord/ofagent-go" |
David Bainbridge | 16b19cc | 2020-05-29 11:50:44 -0700 | [diff] [blame] | 33 | maintainers: |
| 34 | - name: "Open Networking Foundation" |
| 35 | email: "info@opennetworking.org" |
| 36 | url: "https://www.opennetworking.org" |
Scott Baker | 008d181 | 2019-10-08 14:38:19 -0700 | [diff] [blame] | 37 | |
Jan Klare | ea3ab39 | 2023-10-31 14:27:23 +0100 | [diff] [blame] | 38 | # app version is NOT used in this chart for application versions or image tags |
| 39 | # but represents the voltha release version itself |
Akash Soni | a02e998 | 2022-12-09 10:11:41 +0530 | [diff] [blame] | 40 | appVersion: "2.12" |
Joey Armstrong | 084e447 | 2024-02-10 18:03:13 -0500 | [diff] [blame] | 41 | |
| 42 | # [EOF] |