blob: 99366de61711fe934bc7f237c1717307b5b66b96 [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 Desbureaux4f9902b2020-11-25 08:34:55 +010017 version: ~7.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
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010023 version: ~7.x-0
Sylvain Desbureaux93ed0752020-11-21 21:22:18 +010024 repository: 'file://components/pomba-aaictxbuilder'
25 condition: pomba-aaictxbuilder.enabled
26 - name: pomba-contextaggregator
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010027 version: ~7.x-0
Sylvain Desbureaux93ed0752020-11-21 21:22:18 +010028 repository: 'file://components/pomba-contextaggregator'
29 condition: pomba-contextaggregator.enabled
30 - name: pomba-data-router
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010031 version: ~7.x-0
Sylvain Desbureaux93ed0752020-11-21 21:22:18 +010032 repository: 'file://components/pomba-data-router'
33 condition: pomba-data-router.enabled
34 - name: pomba-elasticsearch
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010035 version: ~7.x-0
Sylvain Desbureaux93ed0752020-11-21 21:22:18 +010036 repository: 'file://components/pomba-elasticsearch'
37 condition: pomba-elasticsearch.enabled
38 - name: pomba-kibana
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010039 version: ~7.x-0
Sylvain Desbureaux93ed0752020-11-21 21:22:18 +010040 repository: 'file://components/pomba-kibana'
41 condition: pomba-kibana.enabled
42 - name: pomba-networkdiscovery
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010043 version: ~7.x-0
Sylvain Desbureaux93ed0752020-11-21 21:22:18 +010044 repository: 'file://components/pomba-networkdiscovery'
45 condition: pomba-networkdiscovery.enabled
46 - name: pomba-networkdiscoveryctxbuilder
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010047 version: ~7.x-0
Sylvain Desbureaux93ed0752020-11-21 21:22:18 +010048 repository: 'file://components/pomba-networkdiscoveryctxbuilder'
49 condition: pomba-networkdiscoveryctxbuilder.enabled
50 - name: pomba-sdcctxbuilder
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010051 version: ~7.x-0
Sylvain Desbureaux93ed0752020-11-21 21:22:18 +010052 repository: 'file://components/pomba-sdcctxbuilder'
53 condition: pomba-sdcctxbuilder.enabled
54 - name: pomba-sdncctxbuilder
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010055 version: ~7.x-0
Sylvain Desbureaux93ed0752020-11-21 21:22:18 +010056 repository: 'file://components/pomba-sdncctxbuilder'
57 condition: pomba-sdncctxbuilder.enabled
58 - name: pomba-search-data
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010059 version: ~7.x-0
Sylvain Desbureaux93ed0752020-11-21 21:22:18 +010060 repository: 'file://components/pomba-search-data'
61 condition: pomba-search-data.enabled
62 - name: pomba-servicedecomposition
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010063 version: ~7.x-0
Sylvain Desbureaux93ed0752020-11-21 21:22:18 +010064 repository: 'file://components/pomba-servicedecomposition'
65 condition: pomba-servicedecomposition.enabled
66 - name: pomba-validation-service
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010067 version: ~7.x-0
Sylvain Desbureaux93ed0752020-11-21 21:22:18 +010068 repository: 'file://components/pomba-validation-service'
69 condition: pomba-validation-service.enabled