mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
- make internal links relative where applicable - delete link to the wiki, as the documentation is in the main repo, not the wiki - remove some "example in oai code" as the examples either don't exist, or are not in that place, and we can reasonably expect people to grep Signed-off-by: Robert Schmidt <robert.schmidt@openairinterface.org>
39 lines
1.2 KiB
YAML
39 lines
1.2 KiB
YAML
# SPDX-License-Identifier: MIT
|
|
|
|
apiVersion: v1
|
|
name: oai-physim
|
|
description: A Helm chart for physical simulators network function
|
|
|
|
# A chart can be either an 'application' or a 'library' chart.
|
|
#
|
|
# Application charts are a collection of templates that can be packaged into versioned archives
|
|
# to be deployed.
|
|
#
|
|
# Library charts provide useful utilities or functions for the chart developer. They're included as
|
|
# a dependency of application charts to inject those utilities and functions into the rendering
|
|
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
|
|
type: application
|
|
|
|
icon: http://www.openairinterface.org/wp-content/uploads/2015/06/cropped-oai_final_logo.png
|
|
|
|
# This is the chart version. This version number should be incremented each time you make changes
|
|
# to the chart and its templates, including the app version.
|
|
version: 1.0.0
|
|
|
|
# This is the version number of the application being deployed. This version number should be
|
|
# incremented each time you make changes to the application.
|
|
appVersion: v1
|
|
|
|
keywords:
|
|
- Physical Simulators
|
|
- RAN
|
|
- 4G
|
|
- 5G
|
|
|
|
sources:
|
|
- https://github.com/duranta-project/openairinterface5g
|
|
|
|
maintainers:
|
|
- name: OPENAIRINTERFACE
|
|
email: contact@openairinterface.org
|