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