blob: 1efd721b6d78534816d46e3d441b66ce22a60847 [file] [log] [blame]
Sylvain Desbureauxe44d1702018-05-07 20:39:16 +02001# Copyright © 2017 Amdocs, Bell Canada
Prateekinlinux445a18e2018-08-01 06:48:33 +00002# Modifications Copyright © 2018 Orange
Sylvain Desbureauxe44d1702018-05-07 20:39:16 +02003#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16dependencies:
17 - name: common
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010018 version: ~7.x-0
Sylvain Desbureauxe44d1702018-05-07 20:39:16 +020019 # local reference to common chart, as it is
20 # a part of this chart's package and will not
21 # be published independently to a repo (at this point)
22 repository: '@local'
Krzysztof Opasiak020cdb92020-05-01 01:46:37 +020023 - name: certInitializer
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010024 version: ~7.x-0
Krzysztof Opasiak020cdb92020-05-01 01:46:37 +020025 repository: '@local'
Sylvain Desbureauxe44d1702018-05-07 20:39:16 +020026 - name: mongo
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010027 version: ~7.x-0
Sylvain Desbureauxe44d1702018-05-07 20:39:16 +020028 repository: '@local'
Sylvain Desbureaux9e851c62019-10-28 15:52:05 +010029 - name: mariadb-galera
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010030 version: ~7.x-0
Sylvain Desbureaux9e851c62019-10-28 15:52:05 +010031 repository: '@local'
Sylvain Desbureaux1d061a42019-11-08 15:27:20 +010032 condition: global.mariadbGalera.localCluster
33 - name: mariadb-init
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010034 version: ~7.x-0
Sylvain Desbureaux1d061a42019-11-08 15:27:20 +010035 repository: '@local'
36 condition: not global.mariadbGalera.localCluster
Sylvain Desbureauxe79bbc52020-11-21 22:06:57 +010037 - name: repositoryGenerator
Sylvain Desbureaux4f9902b2020-11-25 08:34:55 +010038 version: ~7.x-0
Sylvain Desbureauxe79bbc52020-11-21 22:06:57 +010039 repository: '@local'