Geora Barsky | a3f067c | 2018-07-19 16:46:37 -0400 | [diff] [blame] | 1 | # 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 | |
| 15 | dependencies: |
| 16 | - name: common |
Sylvain Desbureaux | 4f9902b | 2020-11-25 08:34:55 +0100 | [diff] [blame] | 17 | version: ~7.x-0 |
Geora Barsky | a3f067c | 2018-07-19 16:46:37 -0400 | [diff] [blame] | 18 | # 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 Desbureaux | 93ed075 | 2020-11-21 21:22:18 +0100 | [diff] [blame] | 22 | - name: pomba-aaictxbuilder |
Sylvain Desbureaux | 4f9902b | 2020-11-25 08:34:55 +0100 | [diff] [blame] | 23 | version: ~7.x-0 |
Sylvain Desbureaux | 93ed075 | 2020-11-21 21:22:18 +0100 | [diff] [blame] | 24 | repository: 'file://components/pomba-aaictxbuilder' |
| 25 | condition: pomba-aaictxbuilder.enabled |
| 26 | - name: pomba-contextaggregator |
Sylvain Desbureaux | 4f9902b | 2020-11-25 08:34:55 +0100 | [diff] [blame] | 27 | version: ~7.x-0 |
Sylvain Desbureaux | 93ed075 | 2020-11-21 21:22:18 +0100 | [diff] [blame] | 28 | repository: 'file://components/pomba-contextaggregator' |
| 29 | condition: pomba-contextaggregator.enabled |
| 30 | - name: pomba-data-router |
Sylvain Desbureaux | 4f9902b | 2020-11-25 08:34:55 +0100 | [diff] [blame] | 31 | version: ~7.x-0 |
Sylvain Desbureaux | 93ed075 | 2020-11-21 21:22:18 +0100 | [diff] [blame] | 32 | repository: 'file://components/pomba-data-router' |
| 33 | condition: pomba-data-router.enabled |
| 34 | - name: pomba-elasticsearch |
Sylvain Desbureaux | 4f9902b | 2020-11-25 08:34:55 +0100 | [diff] [blame] | 35 | version: ~7.x-0 |
Sylvain Desbureaux | 93ed075 | 2020-11-21 21:22:18 +0100 | [diff] [blame] | 36 | repository: 'file://components/pomba-elasticsearch' |
| 37 | condition: pomba-elasticsearch.enabled |
| 38 | - name: pomba-kibana |
Sylvain Desbureaux | 4f9902b | 2020-11-25 08:34:55 +0100 | [diff] [blame] | 39 | version: ~7.x-0 |
Sylvain Desbureaux | 93ed075 | 2020-11-21 21:22:18 +0100 | [diff] [blame] | 40 | repository: 'file://components/pomba-kibana' |
| 41 | condition: pomba-kibana.enabled |
| 42 | - name: pomba-networkdiscovery |
Sylvain Desbureaux | 4f9902b | 2020-11-25 08:34:55 +0100 | [diff] [blame] | 43 | version: ~7.x-0 |
Sylvain Desbureaux | 93ed075 | 2020-11-21 21:22:18 +0100 | [diff] [blame] | 44 | repository: 'file://components/pomba-networkdiscovery' |
| 45 | condition: pomba-networkdiscovery.enabled |
| 46 | - name: pomba-networkdiscoveryctxbuilder |
Sylvain Desbureaux | 4f9902b | 2020-11-25 08:34:55 +0100 | [diff] [blame] | 47 | version: ~7.x-0 |
Sylvain Desbureaux | 93ed075 | 2020-11-21 21:22:18 +0100 | [diff] [blame] | 48 | repository: 'file://components/pomba-networkdiscoveryctxbuilder' |
| 49 | condition: pomba-networkdiscoveryctxbuilder.enabled |
| 50 | - name: pomba-sdcctxbuilder |
Sylvain Desbureaux | 4f9902b | 2020-11-25 08:34:55 +0100 | [diff] [blame] | 51 | version: ~7.x-0 |
Sylvain Desbureaux | 93ed075 | 2020-11-21 21:22:18 +0100 | [diff] [blame] | 52 | repository: 'file://components/pomba-sdcctxbuilder' |
| 53 | condition: pomba-sdcctxbuilder.enabled |
| 54 | - name: pomba-sdncctxbuilder |
Sylvain Desbureaux | 4f9902b | 2020-11-25 08:34:55 +0100 | [diff] [blame] | 55 | version: ~7.x-0 |
Sylvain Desbureaux | 93ed075 | 2020-11-21 21:22:18 +0100 | [diff] [blame] | 56 | repository: 'file://components/pomba-sdncctxbuilder' |
| 57 | condition: pomba-sdncctxbuilder.enabled |
| 58 | - name: pomba-search-data |
Sylvain Desbureaux | 4f9902b | 2020-11-25 08:34:55 +0100 | [diff] [blame] | 59 | version: ~7.x-0 |
Sylvain Desbureaux | 93ed075 | 2020-11-21 21:22:18 +0100 | [diff] [blame] | 60 | repository: 'file://components/pomba-search-data' |
| 61 | condition: pomba-search-data.enabled |
| 62 | - name: pomba-servicedecomposition |
Sylvain Desbureaux | 4f9902b | 2020-11-25 08:34:55 +0100 | [diff] [blame] | 63 | version: ~7.x-0 |
Sylvain Desbureaux | 93ed075 | 2020-11-21 21:22:18 +0100 | [diff] [blame] | 64 | repository: 'file://components/pomba-servicedecomposition' |
| 65 | condition: pomba-servicedecomposition.enabled |
| 66 | - name: pomba-validation-service |
Sylvain Desbureaux | 4f9902b | 2020-11-25 08:34:55 +0100 | [diff] [blame] | 67 | version: ~7.x-0 |
Sylvain Desbureaux | 93ed075 | 2020-11-21 21:22:18 +0100 | [diff] [blame] | 68 | repository: 'file://components/pomba-validation-service' |
| 69 | condition: pomba-validation-service.enabled |