[COMMON] Bump ONAP version
[oom.git] / kubernetes / so / Chart.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 # Modifications Copyright © 2021 Orange
3 # Modifications Copyright © 2023 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: 13.0.0
20
21 dependencies:
22   - name: common
23     version: ~13.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: readinessCheck
29     version: ~13.x-0
30     repository: '@local'
31   - name: mariadb-galera
32     version: ~13.x-0
33     repository: '@local'
34     condition: global.mariadbGalera.localCluster
35   - name: repositoryGenerator
36     version: ~13.x-0
37     repository: '@local'
38   - name: soHelpers
39     version: ~13.x-0
40     repository: 'file://components/soHelpers'
41   - name: so-admin-cockpit
42     version: ~13.x-0
43     repository: 'file://components/so-admin-cockpit'
44     condition: so-admin-cockpit.enabled
45   - name: so-bpmn-infra
46     version: ~13.x-0
47     repository: 'file://components/so-bpmn-infra'
48   - name: so-catalog-db-adapter
49     version: ~13.x-0
50     repository: 'file://components/so-catalog-db-adapter'
51     condition: so-catalog-db-adapter.enabled
52   - name: so-cnf-adapter
53     version: ~13.x-0
54     repository: "file://components/so-cnf-adapter"
55     condition: so-cnf-adapter.enabled
56   - name: so-cnfm-lcm
57     version: ~13.x-0
58     repository: 'file://components/so-cnfm-lcm'
59     condition: so-cnfm-lcm.enabled
60   - name: so-etsi-nfvo-ns-lcm
61     version: ~13.x-0
62     repository: 'file://components/so-etsi-nfvo-ns-lcm'
63     condition: so-etsi-nfvo-ns-lcm.enabled
64   - name: so-etsi-sol003-adapter
65     version: ~13.x-0
66     repository: 'file://components/so-etsi-sol003-adapter'
67     condition: so-etsi-sol003-adapter.enabled
68   - name: so-mariadb
69     version: ~13.x-0
70     repository: 'file://components/so-mariadb'
71   - name: so-nssmf-adapter
72     version: ~13.x-0
73     repository: 'file://components/so-nssmf-adapter'
74     condition: so-nssmf-adapter.enabled
75   - name: so-oof-adapter
76     version: ~13.x-0
77     repository: 'file://components/so-oof-adapter'
78     condition: so-oof-adapter.enabled
79   - name: so-openstack-adapter
80     version: ~13.x-0
81     repository: 'file://components/so-openstack-adapter'
82     condition: so-openstack-adapter.enabled
83   - name: so-request-db-adapter
84     version: ~13.x-0
85     repository: 'file://components/so-request-db-adapter'
86   - name: so-sdc-controller
87     version: ~13.x-0
88     repository: 'file://components/so-sdc-controller'
89   - name: so-sdnc-adapter
90     version: ~13.x-0
91     repository: 'file://components/so-sdnc-adapter'
92     condition: so-sdnc-adapter.enabled
93   - name: so-ve-vnfm-adapter
94     version: ~13.x-0
95     repository: 'file://components/so-ve-vnfm-adapter'
96     condition: so-ve-vnfm-adapter.enabled
97   - name: so-etsi-sol005-adapter
98     version: ~13.x-0
99     repository: 'file://components/so-etsi-sol005-adapter'
100     condition: so-etsi-sol005-adapter.enabled
101   - name: serviceAccount
102     version: ~13.x-0
103     repository: '@local'