blob: 69d5a458adff4b3bc807687b6d892d76edc5d58c [file] [log] [blame]
Geora Barskya3f067c2018-07-19 16:46:37 -04001# Copyright © 2018 Amdocs
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
15dependencies:
16 - name: common
Sylvain Desbureaux1ef4caf2020-04-02 14:08:50 +020017 version: ~6.x-0
Geora Barskya3f067c2018-07-19 16:46:37 -040018 # local reference to common chart, as it is
19 # a part of this chart's package and will not
20 # be published independently to a repo (at this point)
21 repository: '@local'
Sylvain Desbureaux93ed0752020-11-21 21:22:18 +010022 - name: pomba-aaictxbuilder
23 version: ~6.x-0
24 repository: 'file://components/pomba-aaictxbuilder'
25 condition: pomba-aaictxbuilder.enabled
26 - name: pomba-contextaggregator
27 version: ~6.x-0
28 repository: 'file://components/pomba-contextaggregator'
29 condition: pomba-contextaggregator.enabled
30 - name: pomba-data-router
31 version: ~6.x-0
32 repository: 'file://components/pomba-data-router'
33 condition: pomba-data-router.enabled
34 - name: pomba-elasticsearch
35 version: ~6.x-0
36 repository: 'file://components/pomba-elasticsearch'
37 condition: pomba-elasticsearch.enabled
38 - name: pomba-kibana
39 version: ~6.x-0
40 repository: 'file://components/pomba-kibana'
41 condition: pomba-kibana.enabled
42 - name: pomba-networkdiscovery
43 version: ~6.x-0
44 repository: 'file://components/pomba-networkdiscovery'
45 condition: pomba-networkdiscovery.enabled
46 - name: pomba-networkdiscoveryctxbuilder
47 version: ~6.x-0
48 repository: 'file://components/pomba-networkdiscoveryctxbuilder'
49 condition: pomba-networkdiscoveryctxbuilder.enabled
50 - name: pomba-sdcctxbuilder
51 version: ~6.x-0
52 repository: 'file://components/pomba-sdcctxbuilder'
53 condition: pomba-sdcctxbuilder.enabled
54 - name: pomba-sdncctxbuilder
55 version: ~6.x-0
56 repository: 'file://components/pomba-sdncctxbuilder'
57 condition: pomba-sdncctxbuilder.enabled
58 - name: pomba-search-data
59 version: ~6.x-0
60 repository: 'file://components/pomba-search-data'
61 condition: pomba-search-data.enabled
62 - name: pomba-servicedecomposition
63 version: ~6.x-0
64 repository: 'file://components/pomba-servicedecomposition'
65 condition: pomba-servicedecomposition.enabled
66 - name: pomba-validation-service
67 version: ~6.x-0
68 repository: 'file://components/pomba-validation-service'
69 condition: pomba-validation-service.enabled