diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-19 08:08:42 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-11-24 13:10:53 +0000 |
commit | b0d08e8e833725efabd2fb4634086f7da46522a2 (patch) | |
tree | 3df79d5067d5fa9e086f3b4095acc23737721416 /kubernetes/cds/charts/cds-blueprints-processor | |
parent | 32d44e977649f3a4085a565adfbede964a029657 (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
(cherry picked from commit c100dc5c0a66c83474468161018b5e30b0e1015a)
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 |