diff options
author | 2020-11-25 08:34:55 +0100 | |
---|---|---|
committer | 2020-11-30 10:37:33 +0100 | |
commit | 4f9902b6e7b5c70588160266276904ab81832867 (patch) | |
tree | 8ddc0b24ecd42342602e3f8e30bd09e23b418858 /kubernetes/cds/requirements.yaml | |
parent | cfe8a79535c8972179638be2ed8bbc00210dd5dc (diff) |
[COMMON][DOC] Bump version Guilin
Update charts and requirements to 7.0.0.
Create release notes for Guilin
Update documentation
Issue-ID: OOM-2638
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I965ed6b6ebb7d74bfddaff73edd3dd55a657841c
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 |