diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2022-03-03 15:45:04 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2022-03-08 15:37:08 +0000 |
commit | 2846c946a49019b793c0d93ae4e1576199fe083d (patch) | |
tree | a200cfdb2d46a685a13a6169d1df48469bd661f4 /kubernetes/dcaegen2-services/components/dcae-ves-openapi-manager | |
parent | de97263a2ea4b7a134dc3d43784a6178909feabe (diff) |
[DCAEGEN2] Top up ves-openapi-manager to version 1.1.0
Fix security vulnerabilities.
Issue-ID: DCAEGEN2-3092
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I4f42a2f7cb1332450d6cef685c9b90ea5a98521a
Diffstat (limited to 'kubernetes/dcaegen2-services/components/dcae-ves-openapi-manager')
-rw-r--r-- | kubernetes/dcaegen2-services/components/dcae-ves-openapi-manager/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/dcaegen2-services/components/dcae-ves-openapi-manager/values.yaml b/kubernetes/dcaegen2-services/components/dcae-ves-openapi-manager/values.yaml index 873579ee97..a09437eba2 100644 --- a/kubernetes/dcaegen2-services/components/dcae-ves-openapi-manager/values.yaml +++ b/kubernetes/dcaegen2-services/components/dcae-ves-openapi-manager/values.yaml @@ -1,6 +1,6 @@ #============LICENSE_START======================================================== #================================================================================= -# Copyright (c) 2021 Nokia. All rights reserved. +# Copyright (c) 2021-2022 Nokia. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ # Global values global: pullPolicy: Always -image: onap/org.onap.dcaegen2.platform.ves-openapi-manager:1.0.1 +image: onap/org.onap.dcaegen2.platform.ves-openapi-manager:1.1.0 containerPort: &svc_port 8080 service: |