Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / so / Chart.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 # Modifications Copyright © 2021 Orange
3 # Modifications Copyright © 2023 Nordix Foundation
4 # Modifications Copyright © 2024 Deutsche Telekom Intellectual Property.
5 #
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
9 #
10 #       http://www.apache.org/licenses/LICENSE-2.0
11 #
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17 apiVersion: v2
18 description: ONAP Service Orchestrator
19 name: so
20 version: 13.0.2
21
22 dependencies:
23   - name: common
24     version: ~13.x-0
25     # local reference to common chart, as it is
26     # a part of this chart's package and will not
27     # be published independently to a repo (at this point)
28     repository: '@local'
29   - name: readinessCheck
30     version: ~13.x-0
31     repository: '@local'
32   - name: mariadb-galera
33     version: ~13.x-0
34     repository: '@local'
35     condition: global.mariadbGalera.localCluster
36   - name: repositoryGenerator
37     version: ~13.x-0
38     repository: '@local'
39   - name: soHelpers
40     version: ~13.x-0
41     repository: 'file://components/soHelpers'
42   - name: so-admin-cockpit
43     version: ~13.x-0
44     repository: 'file://components/so-admin-cockpit'
45     condition: so-admin-cockpit.enabled
46   - name: so-bpmn-infra
47     version: ~13.x-0
48     repository: 'file://components/so-bpmn-infra'
49   - name: so-catalog-db-adapter
50     version: ~13.x-0
51     repository: 'file://components/so-catalog-db-adapter'
52     condition: so-catalog-db-adapter.enabled
53   - name: so-cnf-adapter
54     version: ~13.x-0
55     repository: "file://components/so-cnf-adapter"
56     condition: so-cnf-adapter.enabled
57   - name: so-cnfm-lcm
58     version: ~13.x-0
59     repository: 'file://components/so-cnfm-lcm'
60     condition: so-cnfm-lcm.enabled
61   - name: so-etsi-nfvo-ns-lcm
62     version: ~13.x-0
63     repository: 'file://components/so-etsi-nfvo-ns-lcm'
64     condition: so-etsi-nfvo-ns-lcm.enabled
65   - name: so-etsi-sol003-adapter
66     version: ~13.x-0
67     repository: 'file://components/so-etsi-sol003-adapter'
68     condition: so-etsi-sol003-adapter.enabled
69   - name: so-mariadb
70     version: ~13.x-0
71     repository: 'file://components/so-mariadb'
72   - name: so-nssmf-adapter
73     version: ~13.x-0
74     repository: 'file://components/so-nssmf-adapter'
75     condition: so-nssmf-adapter.enabled
76   - name: so-oof-adapter
77     version: ~13.x-0
78     repository: 'file://components/so-oof-adapter'
79     condition: so-oof-adapter.enabled
80   - name: so-openstack-adapter
81     version: ~13.x-0
82     repository: 'file://components/so-openstack-adapter'
83     condition: so-openstack-adapter.enabled
84   - name: so-request-db-adapter
85     version: ~13.x-0
86     repository: 'file://components/so-request-db-adapter'
87   - name: so-sdc-controller
88     version: ~13.x-0
89     repository: 'file://components/so-sdc-controller'
90   - name: so-sdnc-adapter
91     version: ~13.x-0
92     repository: 'file://components/so-sdnc-adapter'
93     condition: so-sdnc-adapter.enabled
94   - name: so-ve-vnfm-adapter
95     version: ~13.x-0
96     repository: 'file://components/so-ve-vnfm-adapter'
97     condition: so-ve-vnfm-adapter.enabled
98   - name: so-etsi-sol005-adapter
99     version: ~13.x-0
100     repository: 'file://components/so-etsi-sol005-adapter'
101     condition: so-etsi-sol005-adapter.enabled
102   - name: serviceAccount
103     version: ~13.x-0
104     repository: '@local'