aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/cmpv2Config
diff options
context:
space:
mode:
authorJoanna Jeremicz <joanna.jeremicz@nokia.com>2021-01-27 13:15:16 +0100
committerJoanna Jeremicz <joanna.jeremicz@nokia.com>2021-01-27 13:15:16 +0100
commit5b03f95e65760729e39673cb638ad5e483adbd94 (patch)
treea74fee61f1377dab16e7b9253e381c98897a54ad /kubernetes/common/cmpv2Config
parent029a8a64fbf2f02b36c09d37d84813af25ec8cb9 (diff)
[PLATFORM] Update cert service images to 2.3.3
Enhance CertServiceAPI response (include CMP server error messages) Fix KeyUsage extension sent to CMPv2 server Issue-ID: OOM-2658 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: Ic2c68b85fce08d20e423b316a3234e6f00799a42
Diffstat (limited to 'kubernetes/common/cmpv2Config')
-rw-r--r--kubernetes/common/cmpv2Config/values.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/common/cmpv2Config/values.yaml b/kubernetes/common/cmpv2Config/values.yaml
index 19b87b1afa..b6ee064302 100644
--- a/kubernetes/common/cmpv2Config/values.yaml
+++ b/kubernetes/common/cmpv2Config/values.yaml
@@ -1,4 +1,4 @@
-# Copyright © 2020 Nokia
+# Copyright © 2020-2021 Nokia
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
global:
platform:
certServiceClient:
- image: onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.3.2
+ image: onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.3.3
secretName: oom-cert-service-client-tls-secret
envVariables:
# Certificate related
@@ -29,5 +29,5 @@ global:
keystorePassword: "secret"
truststorePassword: "secret"
certPostProcessor:
- image: onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.3.2
+ image: onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.3.3