diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-03-25 14:03:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-25 14:03:19 +0000 |
commit | a81ab13a27971888892bee0d4326746ac89a5e8f (patch) | |
tree | 52ae06d6159558b3974e292e08d5f7d675970f5e /kubernetes/cds/requirements.yaml | |
parent | b8be171914389631c6f0c41929119436a9d1b681 (diff) | |
parent | 557628a23bf7e1f841b392324687799bc7064d54 (diff) |
Merge "[DOC][COMMON] Prepare Honolulu release"
Diffstat (limited to 'kubernetes/cds/requirements.yaml')
-rw-r--r-- | kubernetes/cds/requirements.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kubernetes/cds/requirements.yaml b/kubernetes/cds/requirements.yaml index 429b1097f9..58ae5a03e8 100644 --- a/kubernetes/cds/requirements.yaml +++ b/kubernetes/cds/requirements.yaml @@ -15,28 +15,28 @@ dependencies: - name: common - version: ~7.x-0 + version: ~8.x-0 repository: '@local' - name: mariadb-galera - version: ~7.x-0 + version: ~8.x-0 repository: '@local' - name: cds-blueprints-processor - version: ~7.x-0 + version: ~8.x-0 repository: 'file://components/cds-blueprints-processor' condition: cds-blueprints-processor.enabled - name: cds-command-executor - version: ~7.x-0 + version: ~8.x-0 repository: 'file://components/cds-command-executor' condition: cds-command-executor.enabled - name: cds-py-executor - version: ~7.x-0 + version: ~8.x-0 repository: 'file://components/cds-py-executor' condition: cds-py-executor.enabled - name: cds-sdc-listener - version: ~7.x-0 + version: ~8.x-0 repository: 'file://components/cds-sdc-listener' condition: cds-sdc-listener.enabled - name: cds-ui - version: ~7.x-0 + version: ~8.x-0 repository: 'file://components/cds-ui' condition: cds-ui.enabled |