[COMMON] Bump ONAP version
[oom.git] / kubernetes / sdnc / 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
17 apiVersion: v2
18 description: SDN Controller
19 name: sdnc
20 version: 13.0.0
21
22 dependencies:
23   - name: common
24     version: ~13.x-0
25     repository: '@local'
26   - name: certManagerCertificate
27     version: ~13.x-0
28     repository: '@local'
29   - name: logConfiguration
30     version: ~13.x-0
31     repository: '@local'
32   - name: network-name-gen
33     version: ~13.x-0
34     repository: '@local'
35     condition: network-name-gen.enabled
36   - name: dgbuilder
37     version: ~13.x-0
38     repository: '@local'
39     condition: dgbuilder.enabled
40   - name: sdnc-prom
41     version: ~13.x-0
42     repository: '@local'
43     condition: config.geoEnabled
44   - name: mariadb-galera
45     version: ~13.x-0
46     repository: '@local'
47     condition: global.mariadbGalera.localCluster
48   - name: elasticsearch
49     version: ~13.x-0
50     repository: '@local'
51     condition: config.sdnr.enabled
52   # conditions for sdnc-subcharts
53   - name: dmaap-listener
54     version: ~13.x-0
55     repository: 'file://components/dmaap-listener/'
56     condition: sdnc.dmaap-listener.enabled,dmaap-listener.enabled
57   - name: ueb-listener
58     version: ~13.x-0
59     repository: 'file://components/ueb-listener/'
60     condition: sdnc.ueb-listener.enabled,ueb-listener.enabled
61   - name: sdnc-ansible-server
62     version: ~13.x-0
63     repository: 'file://components/sdnc-ansible-server/'
64     condition: sdnc.sdnc-ansible-server.enabled,sdnc-ansible-server.enabled
65   - name: sdnc-web
66     version: ~13.x-0
67     repository: 'file://components/sdnc-web/'
68     condition: sdnc.sdnc-web.enabled,sdnc-web.enabled
69   - name: repositoryGenerator
70     version: ~13.x-0
71     repository: '@local'
72   - name: serviceAccount
73     version: ~13.x-0
74     repository: '@local'