diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-04-04 16:28:28 +0800 |
---|---|---|
committer | Alexis de Talhouƫt <adetalhouet89@gmail.com> | 2019-04-19 15:50:45 +0000 |
commit | e9871c59fce3da4f1a8f0e83fa1b4031f47fef43 (patch) | |
tree | d6add1dea70dc241feb1131a1383859b9ea0855e /kubernetes/vfc/requirements.yaml | |
parent | 70b07469dada287b97c41c4eda6c18f514a3f5a6 (diff) |
Update vfc chart using OOM shared mariadb galera
Issue-ID: OOM-1776
Change-Id: I092815a6e5eebfe10cf213d995578238d73d0e48
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'kubernetes/vfc/requirements.yaml')
-rw-r--r-- | kubernetes/vfc/requirements.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kubernetes/vfc/requirements.yaml b/kubernetes/vfc/requirements.yaml index 1d30dfd918..71bfc00487 100644 --- a/kubernetes/vfc/requirements.yaml +++ b/kubernetes/vfc/requirements.yaml @@ -15,4 +15,7 @@ dependencies: - name: common version: ~4.x-0 - repository: '@local'
\ No newline at end of file + repository: '@local' + - name: mariadb-galera + version: ~4.x-0 + repository: '@local' |