blob: 267ad71074b834ef6f668c3b63e789511f4fa1ef [file] [log] [blame]
Joey Armstrong07475092023-01-26 10:56:13 -05001# Copyright 2020-2023 Open Networking Foundation (ONF) and the ONF Contributors
Matteo Scandolo2996b052020-12-01 18:42:50 -08002#
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---
15apiVersion: "v1"
16name: "bbsim-sadis-server"
Joey Armstrong9926ccc2024-02-10 18:59:54 -050017
18## Chart version for package: 'bbsim-sadis-server'
19## Increment when Chart.yaml changes
20version: "0.3.4"
21
Matteo Scandolo2996b052020-12-01 18:42:50 -080022description: "A Helm chart for Voltha BBSIM sadis server"
23keywords:
24 - "onf"
25 - "voltha"
26 - "sadis"
27 - "bbsim"
28home: "https://www.opennetworking.org/voltha"
29icon: "https://guide.opencord.org/logos/voltha.svg"
30sources:
31 - "https://github.com/opencord/bbsim-sadis-server"
32maintainers:
33 - name: "Open Networking Foundation"
34 email: "info@opennetworking.org"
35 url: "https://www.opennetworking.org"
36
Jan Klareea3ab392023-10-31 14:27:23 +010037# appVersion refers to the release version of bbsim-sadis-server
38appVersion: "0.3.5"
Joey Armstrong9926ccc2024-02-10 18:59:54 -050039
40# [EOF]