[HOLMES] Bumped the version of holmes-rule-mgmt
[oom.git] / kubernetes / so / requirements.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 dependencies:
15   - name: common
16     version: ~8.x-0
17     # local reference to common chart, as it is
18     # a part of this chart's package and will not
19     # be published independently to a repo (at this point)
20     repository: '@local'
21   - name: certInitializer
22     version: ~8.x-0
23     repository: '@local'
24   - name: readinessCheck
25     version: ~8.x-0
26     repository: '@local'
27   - name: mariadb-galera
28     version: ~8.x-0
29     repository: '@local'
30     condition: global.mariadbGalera.localCluster
31   - name: repositoryGenerator
32     version: ~8.x-0
33     repository: '@local'
34   - name: soHelpers
35     version: ~8.x-0
36     repository: 'file://components/soHelpers'
37   - name: so-admin-cockpit
38     version: ~8.x-0
39     repository: 'file://components/so-admin-cockpit'
40     condition: so-admin-cockpit.enabled
41   - name: so-appc-orchestrator
42     version: ~8.x-0
43     repository: 'file://components/so-appc-orchestrator'
44     condition: so-appc-orchestrator.enabled
45   - name: so-bpmn-infra
46     version: ~8.x-0
47     repository: 'file://components/so-bpmn-infra'
48   - name: so-catalog-db-adapter
49     version: ~8.x-0
50     repository: 'file://components/so-catalog-db-adapter'
51     condition: so-catalog-db-adapter.enabled
52   - name: so-cnf-adapter
53     version: ~8.x-0
54     repository: "file://components/so-cnf-adapter"
55     condition: so-cnf-adapter.enabled
56   - name: so-etsi-nfvo-ns-lcm
57     version: ~8.x-0
58     repository: 'file://components/so-etsi-nfvo-ns-lcm'
59     condition: so-etsi-nfvo-ns-lcm.enabled
60   - name: so-etsi-sol003-adapter
61     version: ~8.x-0
62     repository: 'file://components/so-etsi-sol003-adapter'
63     condition: so-etsi-sol003-adapter.enabled
64   - name: so-mariadb
65     version: ~8.x-0
66     repository: 'file://components/so-mariadb'
67   - name: so-nssmf-adapter
68     version: ~8.x-0
69     repository: 'file://components/so-nssmf-adapter'
70     condition: so-nssmf-adapter.enabled
71   - name: so-oof-adapter
72     version: ~8.x-0
73     repository: 'file://components/so-oof-adapter'
74     condition: so-oof-adapter.enabled
75   - name: so-openstack-adapter
76     version: ~8.x-0
77     repository: 'file://components/so-openstack-adapter'
78     condition: so-openstack-adapter.enabled
79   - name: so-request-db-adapter
80     version: ~8.x-0
81     repository: 'file://components/so-request-db-adapter'
82   - name: so-sdc-controller
83     version: ~8.x-0
84     repository: 'file://components/so-sdc-controller'
85   - name: so-sdnc-adapter
86     version: ~8.x-0
87     repository: 'file://components/so-sdnc-adapter'
88     condition: so-sdnc-adapter.enabled
89   - name: so-ve-vnfm-adapter
90     version: ~8.x-0
91     repository: 'file://components/so-ve-vnfm-adapter'
92     condition: so-ve-vnfm-adapter.enabled
93   - name: so-etsi-sol005-adapter
94     version: ~8.x-0
95     repository: 'file://components/so-etsi-sol005-adapter'
96     condition: so-etsi-sol005-adapter.enabled
97   - name: serviceAccount
98     version: ~8.x-0
99     repository: '@local'