Joey Armstrong | 0747509 | 2023-01-26 10:56:13 -0500 | [diff] [blame] | 1 | # Copyright 2020-2023 Open Networking Foundation (ONF) and the ONF Contributors |
Matteo Scandolo | 2996b05 | 2020-12-01 18:42:50 -0800 | [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. |
| 14 | --- |
| 15 | apiVersion: "v1" |
| 16 | name: "bbsim-sadis-server" |
Joey Armstrong | 9926ccc | 2024-02-10 18:59:54 -0500 | [diff] [blame] | 17 | |
| 18 | ## Chart version for package: 'bbsim-sadis-server' |
| 19 | ## Increment when Chart.yaml changes |
| 20 | version: "0.3.4" |
| 21 | |
Matteo Scandolo | 2996b05 | 2020-12-01 18:42:50 -0800 | [diff] [blame] | 22 | description: "A Helm chart for Voltha BBSIM sadis server" |
| 23 | keywords: |
| 24 | - "onf" |
| 25 | - "voltha" |
| 26 | - "sadis" |
| 27 | - "bbsim" |
| 28 | home: "https://www.opennetworking.org/voltha" |
| 29 | icon: "https://guide.opencord.org/logos/voltha.svg" |
| 30 | sources: |
| 31 | - "https://github.com/opencord/bbsim-sadis-server" |
| 32 | maintainers: |
| 33 | - name: "Open Networking Foundation" |
| 34 | email: "info@opennetworking.org" |
| 35 | url: "https://www.opennetworking.org" |
| 36 | |
Jan Klare | ea3ab39 | 2023-10-31 14:27:23 +0100 | [diff] [blame] | 37 | # appVersion refers to the release version of bbsim-sadis-server |
| 38 | appVersion: "0.3.5" |
Joey Armstrong | 9926ccc | 2024-02-10 18:59:54 -0500 | [diff] [blame] | 39 | |
| 40 | # [EOF] |