diff options
author | Jack Lucas <jflos@sonoris.net> | 2022-06-30 12:33:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-06-30 12:33:54 +0000 |
commit | 152fbfd84c74980013261043d2a6c04ece65d5e3 (patch) | |
tree | 1b04639866865922e999f24945f0a17527bf8a79 /kubernetes/cds/Chart.yaml | |
parent | fcc4397a8074b65e54b661432fc46e82ed194887 (diff) | |
parent | 86791bbd2481749cec63ec9ad43d0c8e5529e35e (diff) |
Merge "[COMMON] Bump ONAP version"
Diffstat (limited to 'kubernetes/cds/Chart.yaml')
-rw-r--r-- | kubernetes/cds/Chart.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kubernetes/cds/Chart.yaml b/kubernetes/cds/Chart.yaml index 2659767929..7115e9e39f 100644 --- a/kubernetes/cds/Chart.yaml +++ b/kubernetes/cds/Chart.yaml @@ -17,32 +17,32 @@ apiVersion: v2 description: ONAP Controller Design Studio (CDS) name: cds -version: 10.0.0 +version: 11.0.0 dependencies: - name: common - version: ~10.x-0 + version: ~11.x-0 repository: '@local' - name: mariadb-galera - version: ~10.x-0 + version: ~11.x-0 repository: '@local' - name: cds-blueprints-processor - version: ~10.x-0 + version: ~11.x-0 repository: 'file://components/cds-blueprints-processor' condition: cds-blueprints-processor.enabled - name: cds-command-executor - version: ~10.x-0 + version: ~11.x-0 repository: 'file://components/cds-command-executor' condition: cds-command-executor.enabled - name: cds-py-executor - version: ~10.x-0 + version: ~11.x-0 repository: 'file://components/cds-py-executor' condition: cds-py-executor.enabled - name: cds-sdc-listener - version: ~10.x-0 + version: ~11.x-0 repository: 'file://components/cds-sdc-listener' condition: cds-sdc-listener.enabled - name: cds-ui - version: ~10.x-0 + version: ~11.x-0 repository: 'file://components/cds-ui' condition: cds-ui.enabled |