diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-19 17:56:08 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-24 09:39:33 +0100 |
commit | 0a1eaf3fe57ea88f9a166055b7338898bc097eb6 (patch) | |
tree | a8fd59366f91204817e2f13b1ffdf68ccf23be8d /kubernetes/sdc/components/sdc-cs/requirements.yaml | |
parent | 5229ec2ce61bbaf416c746c91254cb39175ff2bc (diff) |
[SDC] Uses new tpls for repos / images
This commit makes SDC 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: I91eb59675ef0080f67aced0ae99c238143461efe
Diffstat (limited to 'kubernetes/sdc/components/sdc-cs/requirements.yaml')
-rw-r--r-- | kubernetes/sdc/components/sdc-cs/requirements.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/sdc/components/sdc-cs/requirements.yaml b/kubernetes/sdc/components/sdc-cs/requirements.yaml index 5969143629..a37208c8b7 100644 --- a/kubernetes/sdc/components/sdc-cs/requirements.yaml +++ b/kubernetes/sdc/components/sdc-cs/requirements.yaml @@ -20,4 +20,7 @@ dependencies: - name: common version: ~6.x-0 + repository: '@local' + - name: repositoryGenerator + version: ~6.x-0 repository: '@local'
\ No newline at end of file |