Near RT RIC Platform new-installer initial release
[ric-plt/ric-dep.git] / new-installer / helm / charts / nearrtric / Chart.yaml
1 ################################################################################
2 #   Copyright (c) 2023 Abhijit Gadgil.
3 #                                                                              #
4 #   Licensed under the Apache License, Version 2.0 (the "License");            #
5 #   you may not use this file except in compliance with the License.           #
6 #   You may obtain a copy of the License at                                    #
7 #                                                                              #
8 #       http://www.apache.org/licenses/LICENSE-2.0                             #
9 #                                                                              #
10 #   Unless required by applicable law or agreed to in writing, software        #
11 #   distributed under the License is distributed on an "AS IS" BASIS,          #
12 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
13 #   See the License for the specific language governing permissions and        #
14 #   limitations under the License.                                             #
15 ################################################################################
16
17 apiVersion: v2
18 name: nearrtric
19 version: 0.1.0
20 description: Umbrella Helm Chart for NearRT RAN Intelligent Controller from O-RAN SC.
21 home: https://wiki.o-ran-sc.org/pages/viewpage.action?pageId=1179659
22 sources:
23   - https://gerrit.o-ran-sc.org/r/#/admin/projects/
24 kubeVersion: " >= 1.22"
25
26 dependencies:
27   # Required components
28   - name: appmgr
29     version: ~0.x
30     repository: "@local"
31
32   - name: dbaas
33     version: ~0.x
34     repository: "@local"
35
36   - name: e2mgr
37     version: ~0.x
38     repository: "@local"
39
40   - name: e2term
41     version: ~0.x
42     repository: "@local"
43
44   - name: submgr
45     version: ~0.x
46     repository: "@local"
47
48   - name: rtmgr
49     version: ~0.x
50     repository: "@local"
51
52   # Optional Components.
53   - name: a1mediator
54     version: ~0.x
55     repository: "@local"
56     condition: nearrtric.installA1Mediator
57
58   - name: alarmmanager
59     version: ~0.x
60     repository: "@local"
61     condition: nearrtric.installAlarmManager
62
63   # TODO: Maybe a third party component?
64   - name: jaegeradapter
65     version: ~0.x
66     repository: "@local"
67     condition: nearrtric.installJaegerAdapter
68
69   - name: o1mediator
70     version: ~0.x
71     repository: "@local"
72     condition: nearrtric.installO1Mediator
73
74   - name: vespamgr
75     version: ~0.x
76     repository: "@local"
77     condition: nearrtric.installVespamgr
78
79   - name: xapp-onboarder
80     version: ~0.x
81     repository: "@local"
82     condition: nearrtric.installXappOnboarder
83
84   # Third Party Components
85   - name: influxdb2
86     version: ~2.1.0
87     repository: "@influxdata"
88     condition: nearrtric.installInfluxDB