diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-19 08:08:42 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-11-23 09:28:22 -0500 |
commit | c100dc5c0a66c83474468161018b5e30b0e1015a (patch) | |
tree | 4a51ec8d467f964de211a83c39a43935c120b549 /kubernetes/cds/charts/cds-blueprints-processor | |
parent | 05b13375638d061cf1e7e7e35b096188680fd699 (diff) |
[CCSDK/CDS] Bump CDS version for final Guilin release
This installs version 1.0.2 of the CCSDK CDS docker containers, which
contains the following fix:
CCSDK-2980: BlueprintWebClientService should not encode already encoded uri
CCSDK-2914: CDS Blueprocessor certificate issue with AAI
'
Issue-ID: CCSDK-2973
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I4aa15faa96dbb029135749a6888b431c2ee52d3a
Diffstat (limited to 'kubernetes/cds/charts/cds-blueprints-processor')
-rwxr-xr-x | kubernetes/cds/charts/cds-blueprints-processor/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/cds/charts/cds-blueprints-processor/values.yaml b/kubernetes/cds/charts/cds-blueprints-processor/values.yaml index 1f61bc9309..6c5dfbb029 100755 --- a/kubernetes/cds/charts/cds-blueprints-processor/values.yaml +++ b/kubernetes/cds/charts/cds-blueprints-processor/values.yaml @@ -61,7 +61,7 @@ secrets: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/ccsdk-blueprintsprocessor:1.0.1 +image: onap/ccsdk-blueprintsprocessor:1.0.3 pullPolicy: Always # flag to enable debugging - application support required |