aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/helm/starters/onap-app/requirements.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-11-21 22:40:19 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-11-21 22:40:19 +0100
commit6027f260b4d7e161c5b6866c285a451bc253ccc1 (patch)
tree4a0f247e0fe8cbf3a46d94b389295b7e49a076b1 /kubernetes/helm/starters/onap-app/requirements.yaml
parent2b2aa11021114438591d184af19fde6bbf06950a (diff)
[HELM] Uses new tpls for repos / images
This commit makes Helm example 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: I1561fa6626687cf841c278231f2caab9cd99d46b
Diffstat (limited to 'kubernetes/helm/starters/onap-app/requirements.yaml')
-rw-r--r--kubernetes/helm/starters/onap-app/requirements.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/helm/starters/onap-app/requirements.yaml b/kubernetes/helm/starters/onap-app/requirements.yaml
index 6a61926e9e..b8e59b0910 100644
--- a/kubernetes/helm/starters/onap-app/requirements.yaml
+++ b/kubernetes/helm/starters/onap-app/requirements.yaml
@@ -15,4 +15,7 @@
dependencies:
- name: common
version: ~6.x-0
+ repository: '@local'
+ - name: repositoryGenerator
+ version: ~6.x-0
repository: '@local' \ No newline at end of file