commit | 6b09654a7772371942de7e75ac4ce0a60b1065a8 | [log] [tgz] |
---|---|---|
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | Sat Nov 21 22:51:24 2020 +0100 |
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | Tue Nov 24 09:01:23 2020 +0100 |
tree | af5e6dfa5acec8b4ba85c1c80c61dc33e80c59ee | |
parent | f0dacd23777a7998915afe00150b25135b932f86 [diff] [blame] |
[DMAAP] Uses new tpls for repos / images This commit makes DMaaP chart to use the new generator for repositories and images. As new templates doesn't work well with "sub charts", we move also subcharts to components folder. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ide110555b22d35ba43a5a5ed780aa8dfc89a9edf
diff --git a/kubernetes/dmaap/components/dmaap-dr-node/requirements.yaml b/kubernetes/dmaap/components/dmaap-dr-node/requirements.yaml index 2900c41..f8139e0 100644 --- a/kubernetes/dmaap/components/dmaap-dr-node/requirements.yaml +++ b/kubernetes/dmaap/components/dmaap-dr-node/requirements.yaml
@@ -22,3 +22,6 @@ - name: common version: ~6.x-0 repository: '@local' + - name: repositoryGenerator + version: ~6.x-0 + repository: '@local'