[GLOBAL] Migrate to helm v3
[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: 10.0.0
21
22 dependencies:
23   - name: common
24     version: ~10.x-0
25     repository: '@local'
26   - name: certInitializer
27     version: ~10.x-0
28     repository: '@local'
29   - name: certManagerCertificate
30     version: ~10.x-0
31     repository: '@local'
32   - name: logConfiguration
33     version: ~10.x-0
34     repository: '@local'
35   - name: network-name-gen
36     version: ~10.x-0
37     repository: '@local'
38     condition: network-name-gen.enabled
39   - name: dgbuilder
40     version: ~10.x-0
41     repository: '@local'
42     condition: dgbuilder.enabled
43   - name: sdnc-prom
44     version: ~10.x-0
45     repository: '@local'
46     condition: config.geoEnabled
47   - name: mariadb-galera
48     version: ~10.x-0
49     repository: '@local'
50     condition: global.mariadbGalera.localCluster
51   - name: elasticsearch
52     version: ~10.x-0
53     repository: '@local'
54     condition: config.sdnr.enabled
55   # conditions for sdnc-subcharts
56   - name: dmaap-listener
57     version: ~10.x-0
58     repository: 'file://components/dmaap-listener/'
59     condition: sdnc.dmaap-listener.enabled,dmaap-listener.enabled
60   - name: ueb-listener
61     version: ~10.x-0
62     repository: 'file://components/ueb-listener/'
63     condition: sdnc.ueb-listener.enabled,ueb-listener.enabled
64   - name: sdnc-ansible-server
65     version: ~10.x-0
66     repository: 'file://components/sdnc-ansible-server/'
67     condition: sdnc.sdnc-ansible-server.enabled,sdnc-ansible-server.enabled
68   - name: sdnc-web
69     version: ~10.x-0
70     repository: 'file://components/sdnc-web/'
71     condition: sdnc.sdnc-web.enabled,sdnc-web.enabled
72   - name: repositoryGenerator
73     version: ~10.x-0
74     repository: '@local'
75   - name: serviceAccount
76     version: ~10.x-0
77     repository: '@local'