diff options
author | Jan Malkiewicz <jan.malkiewicz@nokia.com> | 2020-09-02 08:31:32 +0200 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-09-24 07:13:02 +0000 |
commit | 339a93d02c8a84f988c7c057f9d8f33c9a81463f (patch) | |
tree | d75b6cd1189d85b07f7c7dc7bb0e89f5d39467b9 /kubernetes/common/cmpv2Config/values.yaml | |
parent | ec5b6edc17aabbea977a72abcaa7eb835536d3d9 (diff) |
[DCAEGEN2][OOM] Update k8splugin configs
Top up certservice-api image
Update config for k8splugin 3.4.1:
- update images of certservice-client
- add certservice-client secret name to config
- add certservice-post-processor image to config
CertPostProcessor is an application which appends CMPv2
truststore entries to AAF CertMan truststore and allows
swapping AAF CertMan keystore for CMPv2 keystore.
Issue-ID: DCAEGEN2-2253
Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com>
Change-Id: Icc7020d8e1431f4ba2f49206b84bf3930d3c2c23
Diffstat (limited to 'kubernetes/common/cmpv2Config/values.yaml')
-rw-r--r-- | kubernetes/common/cmpv2Config/values.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/kubernetes/common/cmpv2Config/values.yaml b/kubernetes/common/cmpv2Config/values.yaml index 1a188355d0..f6feee6e06 100644 --- a/kubernetes/common/cmpv2Config/values.yaml +++ b/kubernetes/common/cmpv2Config/values.yaml @@ -14,7 +14,8 @@ global: platform: certServiceClient: - image: onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.0.0 + image: onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.1.0 + secretName: oom-cert-service-client-tls-secret envVariables: # Certificate related cmpv2Organization: "Linux-Foundation" @@ -27,3 +28,6 @@ global: requestTimeout: "30000" keystorePassword: "secret" truststorePassword: "secret" + certPostProcessor: + image: onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.1.0 + |