diff options
author | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2020-07-20 16:22:52 +0200 |
---|---|---|
committer | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2020-07-20 16:32:47 +0200 |
commit | 1dd76399837da49abd33020033665f912efccd94 (patch) | |
tree | 7a3e05137b12f2f1a446600e228b68351fcc6cc7 /kubernetes/aaf/components/aaf-cert-service | |
parent | 50fe3cc33b99d6b66c7667f2505215508250779f (diff) |
[AAF Certservice] Update versions to 1.2.0
Update Cert Service version to 1.2.0 in order to allow creation
not existing subdirectories where certs will be located.
Issue-ID: DCAEGEN2-2252
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: I83560e21a6894c8869201205000bb7c41956176a
Diffstat (limited to 'kubernetes/aaf/components/aaf-cert-service')
-rw-r--r-- | kubernetes/aaf/components/aaf-cert-service/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/aaf/components/aaf-cert-service/values.yaml b/kubernetes/aaf/components/aaf-cert-service/values.yaml index ad4b7c459b..ee3beffd7f 100644 --- a/kubernetes/aaf/components/aaf-cert-service/values.yaml +++ b/kubernetes/aaf/components/aaf-cert-service/values.yaml @@ -47,7 +47,7 @@ service: # Deployment configuration repository: nexus3.onap.org:10001 -image: onap/org.onap.aaf.certservice.aaf-certservice-api:1.1.0 +image: onap/org.onap.aaf.certservice.aaf-certservice-api:1.2.0 pullPolicy: Always replicaCount: 1 |