diff options
author | soumya.e.singh <soumya.e.singh@accenture.com> | 2024-12-20 14:32:31 +0530 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2025-01-02 08:14:10 +0000 |
commit | ee26c89abe7be30f49e922564e2e012bead25060 (patch) | |
tree | 143ffd946690e1fb9189cdd6b9ee72d8f8a03f18 /kubernetes | |
parent | 91c35e5431e486f83dd795a5cbf504db0c71a266 (diff) |
[CDS] Update Chart Version
Update Chart Version in cds blueprint processor and main chart.yaml.
Issue-ID: CCSDK-4068
Signed-off-by: soumya.e.singh <soumya.e.singh@accenture.com>
Change-Id: Iff97e7c3ee476e308a0cf7e2844aabf21dc898ff
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/cds/Chart.yaml | 2 | ||||
-rwxr-xr-x | kubernetes/cds/components/cds-blueprints-processor/Chart.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/cds/Chart.yaml b/kubernetes/cds/Chart.yaml index d8b6cc7de0..f179afd6e9 100644 --- a/kubernetes/cds/Chart.yaml +++ b/kubernetes/cds/Chart.yaml @@ -17,7 +17,7 @@ apiVersion: v2 description: ONAP Controller Design Studio (CDS) name: cds -version: 13.0.2 +version: 13.0.3 dependencies: - name: common diff --git a/kubernetes/cds/components/cds-blueprints-processor/Chart.yaml b/kubernetes/cds/components/cds-blueprints-processor/Chart.yaml index e4fc011880..cfe5c7371b 100755 --- a/kubernetes/cds/components/cds-blueprints-processor/Chart.yaml +++ b/kubernetes/cds/components/cds-blueprints-processor/Chart.yaml @@ -17,7 +17,7 @@ apiVersion: v2 description: ONAP CDS Blueprints Processor name: cds-blueprints-processor -version: 13.0.0 +version: 13.0.1 dependencies: - name: common |