Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / sdnc / Chart.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 # Modifications Copyright © 2021 Orange
3 # Modifications Copyright © 2021 Nordix Foundation
4 # Modifications Copyright © 2024 Deutsche Telekom
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
18 apiVersion: v2
19 description: SDN Controller
20 name: sdnc
21 version: 13.0.2
22
23 dependencies:
24   - name: common
25     version: ~13.x-0
26     repository: '@local'
27   - name: certManagerCertificate
28     version: ~13.x-0
29     repository: '@local'
30   - name: logConfiguration
31     version: ~13.x-0
32     repository: '@local'
33   - name: network-name-gen
34     version: ~13.x-0
35     repository: '@local'
36     condition: network-name-gen.enabled
37   - name: dgbuilder
38     version: ~13.x-0
39     repository: '@local'
40     condition: dgbuilder.enabled
41   - name: sdnc-prom
42     version: ~13.x-0
43     repository: '@local'
44     condition: config.geoEnabled
45   - name: mariadb-galera
46     version: ~13.x-0
47     repository: '@local'
48     condition: global.mariadbGalera.localCluster
49   - name: elasticsearch
50     version: ~13.x-0
51     repository: '@local'
52     condition: sdnc.elasticsearch.enabled,elasticsearch.enabled
53   # conditions for sdnc-subcharts
54   - name: dmaap-listener
55     version: ~13.x-0
56     repository: '@local'
57     condition: sdnc.dmaap-listener.enabled,dmaap-listener.enabled
58   - name: ueb-listener
59     version: ~13.x-0
60     repository: '@local'
61     condition: sdnc.ueb-listener.enabled,ueb-listener.enabled
62   - name: sdnc-ansible-server
63     version: ~13.x-0
64     repository: '@local'
65     condition: sdnc.sdnc-ansible-server.enabled,sdnc-ansible-server.enabled
66   - name: sdnc-web
67     version: ~13.x-0
68     repository: '@local'
69     condition: sdnc.sdnc-web.enabled,sdnc-web.enabled
70   - name: repositoryGenerator
71     version: ~13.x-0
72     repository: '@local'
73   - name: serviceAccount
74     version: ~13.x-0
75     repository: '@local'
76   - name: readinessCheck
77     version: ~13.x-0
78     repository: '@local'