X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcds%2Frequirements.yaml;h=122e403727b322b368b9a1f0a380fbb0a9927a8e;hb=4a53ea1b30dd22b37064e5a3e94f91dae79cf99c;hp=51a4e3f9a1cf513f64c52ab778b38cf4d149beab;hpb=fd7950a6ae56fe86cc921744366a65d08393b8ab;p=oom.git diff --git a/kubernetes/cds/requirements.yaml b/kubernetes/cds/requirements.yaml index 51a4e3f9a1..122e403727 100644 --- a/kubernetes/cds/requirements.yaml +++ b/kubernetes/cds/requirements.yaml @@ -15,8 +15,28 @@ dependencies: - name: common - version: ~4.x-0 + version: ~6.x-0 repository: '@local' - name: mariadb-galera - version: ~4.x-0 - repository: '@local' \ No newline at end of file + version: ~6.x-0 + repository: '@local' + - name: cds-blueprints-processor + version: ~6.x-0 + repository: 'file://components/cds-blueprints-processor' + condition: cds-blueprints-processor.enabled + - name: cds-blueprints-processor + version: ~6.x-0 + repository: 'file://components/cds-command-executor' + condition: cds-command-executor.enabled + - name: cds-py-executor + version: ~6.x-0 + repository: 'file://components/cds-py-executor' + condition: cds-py-executor.enabled + - name: cds-sdc-listener + version: ~6.x-0 + repository: 'file://components/cds-sdc-listener' + condition: cds-sdc-listener.enabled + - name: cds-ui + version: ~6.x-0 + repository: 'file://components/cds-ui' + condition: cds-ui.enabled \ No newline at end of file