[HOLMES] Bumped the version of holmes-rule-mgmt
[oom.git] / kubernetes / sdnc / requirements.yaml
1
2 # Copyright © 2017 Amdocs, Bell Canada,
3 # Copyright © 2020 highstreet technologies GmbH
4 # Copyright © 2021 Nokia
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 dependencies:
18   - name: common
19     version: ~8.x-0
20     repository: '@local'
21   - name: certInitializer
22     version: ~8.x-0
23     repository: '@local'
24   - name: certManagerCertificate
25     version: ~8.x-0
26     repository: '@local'
27   - name: logConfiguration
28     version: ~8.x-0
29     repository: '@local'
30   - name: network-name-gen
31     version: ~8.x-0
32     repository: '@local'
33     condition: network-name-gen.enabled
34   - name: dgbuilder
35     version: ~8.x-0
36     repository: '@local'
37     condition: dgbuilder.enabled
38   - name: sdnc-prom
39     version: ~8.x-0
40     repository: '@local'
41     condition: config.geoEnabled
42   - name: mariadb-galera
43     version: ~8.x-0
44     repository: '@local'
45     condition: global.mariadbGalera.localCluster
46   - name: elasticsearch
47     version: ~8.x-0
48     repository: '@local'
49     condition: config.sdnr.enabled
50   # conditions for sdnc-subcharts
51   - name: dmaap-listener
52     version: ~8.x-0
53     repository: 'file://components/dmaap-listener/'
54     condition: sdnc.dmaap-listener.enabled,dmaap-listener.enabled
55   - name: ueb-listener
56     version: ~8.x-0
57     repository: 'file://components/ueb-listener/'
58     condition: sdnc.ueb-listener.enabled,ueb-listener.enabled
59   - name: sdnc-ansible-server
60     version: ~8.x-0
61     repository: 'file://components/sdnc-ansible-server/'
62     condition: sdnc.sdnc-ansible-server.enabled,sdnc-ansible-server.enabled
63   - name: sdnc-web
64     version: ~8.x-0
65     repository: 'file://components/sdnc-web/'
66     condition: sdnc.sdnc-web.enabled,sdnc-web.enabled
67   - name: repositoryGenerator
68     version: ~8.x-0
69     repository: '@local'
70   - name: serviceAccount
71     version: ~8.x-0
72     repository: '@local'