commit | 585dd9dd7c02c76745cc7f3ec8a78b9fb0fc352b | [log] [tgz] |
---|---|---|
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | Thu Nov 19 17:59:19 2020 +0100 |
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | Sat Nov 21 16:42:39 2020 +0000 |
tree | eb8863512125fe1729b06fb6273af70826968422 | |
parent | 2b2aa11021114438591d184af19fde6bbf06950a [diff] [blame] |
[PORTAL] Uses new tpls for repos / images This commit makes Portal chart to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ib49380460bbbf581c364033fc0fde707ee84082b
diff --git a/kubernetes/portal/components/portal-mariadb/requirements.yaml b/kubernetes/portal/components/portal-mariadb/requirements.yaml index c5d7864..7c92350 100644 --- a/kubernetes/portal/components/portal-mariadb/requirements.yaml +++ b/kubernetes/portal/components/portal-mariadb/requirements.yaml
@@ -16,3 +16,6 @@ - name: common version: ~6.x-0 repository: '@local' + - name: repositoryGenerator + version: ~6.x-0 + repository: '@local'