diff options
author | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2021-01-07 16:06:31 +0100 |
---|---|---|
committer | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2021-01-07 16:06:31 +0100 |
commit | 65f7a94d266cffd1de6c3f8eff5f52da64337f69 (patch) | |
tree | fb80c084f3f16ff41d540243d2f47ef60afc1db8 /kubernetes/common/cmpv2Config/values.yaml | |
parent | ae196928736d969deb9d05152f621198a8a2c5ff (diff) |
[PLATFORM] Update cert service images to 2.1.1
Align Cert Service Api to RFC4210.
Fix Cert Service Client CA_NAME validation.
Issue-ID: OOM-2656
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: Ia510b67b3d4e993df89a6be2c0899115b7e31dc7
Diffstat (limited to 'kubernetes/common/cmpv2Config/values.yaml')
-rw-r--r-- | kubernetes/common/cmpv2Config/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/common/cmpv2Config/values.yaml b/kubernetes/common/cmpv2Config/values.yaml index f6feee6e06..d7c6687ab4 100644 --- a/kubernetes/common/cmpv2Config/values.yaml +++ b/kubernetes/common/cmpv2Config/values.yaml @@ -14,7 +14,7 @@ global: platform: certServiceClient: - image: onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.1.0 + image: onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.1.1 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.1.0 + image: onap/org.onap.oom.platform.cert-service.oom-certservice-post-processor:2.1.1 |