diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-11-30 14:20:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-30 14:20:51 +0000 |
commit | 806b539184191f160097507ca351a226b4eaf760 (patch) | |
tree | a7f3274ff544c844f05bde4a4ea174bbef036ac8 /kubernetes/cds/requirements.yaml | |
parent | 1fde7593244d0847e02d378aa1981fc2d4927f0c (diff) | |
parent | 4f9902b6e7b5c70588160266276904ab81832867 (diff) |
Merge "[COMMON][DOC] Bump version Guilin"
Diffstat (limited to 'kubernetes/cds/requirements.yaml')
-rw-r--r-- | kubernetes/cds/requirements.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kubernetes/cds/requirements.yaml b/kubernetes/cds/requirements.yaml index 122e403727..214999b93a 100644 --- a/kubernetes/cds/requirements.yaml +++ b/kubernetes/cds/requirements.yaml @@ -15,28 +15,28 @@ dependencies: - name: common - version: ~6.x-0 + version: ~7.x-0 repository: '@local' - name: mariadb-galera - version: ~6.x-0 + version: ~7.x-0 repository: '@local' - name: cds-blueprints-processor - version: ~6.x-0 + version: ~7.x-0 repository: 'file://components/cds-blueprints-processor' condition: cds-blueprints-processor.enabled - name: cds-blueprints-processor - version: ~6.x-0 + version: ~7.x-0 repository: 'file://components/cds-command-executor' condition: cds-command-executor.enabled - name: cds-py-executor - version: ~6.x-0 + version: ~7.x-0 repository: 'file://components/cds-py-executor' condition: cds-py-executor.enabled - name: cds-sdc-listener - version: ~6.x-0 + version: ~7.x-0 repository: 'file://components/cds-sdc-listener' condition: cds-sdc-listener.enabled - name: cds-ui - version: ~6.x-0 + version: ~7.x-0 repository: 'file://components/cds-ui' - condition: cds-ui.enabled
\ No newline at end of file + condition: cds-ui.enabled |