aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/vid/requirements.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2019-11-14 09:28:12 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2019-11-18 17:04:02 +0100
commit6383c4401160839e206b62f7cdba85f1c08cf7e2 (patch)
treebef1ab1995765a42f637d18c4e2ae5442de6d4e5 /kubernetes/vid/requirements.yaml
parent0b844c9a74e29e2046c96f4635c429eb4dc8d677 (diff)
[VID] Use mariadb galera common chart
Instead of using "own" galera chart, reuse chart placed in common part of OOM installation. Will ease move to common galera cluster (which is not done by this commit). Change-Id: I843c89ed4899055e9502268089d0e01f28fe37ae Issue-ID: VID-704 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Diffstat (limited to 'kubernetes/vid/requirements.yaml')
-rw-r--r--kubernetes/vid/requirements.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/vid/requirements.yaml b/kubernetes/vid/requirements.yaml
index 6a748bee0c..6e5fe9dae2 100644
--- a/kubernetes/vid/requirements.yaml
+++ b/kubernetes/vid/requirements.yaml
@@ -19,3 +19,6 @@ dependencies:
# a part of this chart's package and will not
# be published independently to a repo (at this point)
repository: '@local'
+ - name: mariadb-galera
+ version: ~5.x-0
+ repository: '@local'