From d1350c1c2c0cf52151b1388b10fbab7737520081 Mon Sep 17 00:00:00 2001 From: Piotr Marcinkiewicz Date: Thu, 25 Feb 2021 10:35:21 +0100 Subject: Update PM-Mapper to 1.5.1 - added files processing config - removed vulnerability - update libs Issue-ID: DCAEGEN2-2600 Signed-off-by: Piotr Marcinkiewicz Change-Id: I7f827c07a74346660cdd6315913669ad1c72b0a9 --- Changelog.md | 1 + blueprints/k8s-pm-mapper.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 77f12a4..29a38df 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - [DCAEGEN2-2540](https://jira.onap.org/browse/DCAEGEN2-2540) - Slice-analysis-ms and Policy integration issue fixes - [DCAEGEN2-2496](https://jira.onap.org/browse/DCAEGEN2-2496) - SNMPTrap collector blueprint updated to use ContainerizedServiceComponent and latest k8s plugin - [DCAEGEN2-2496](https://jira.onap.org/browse/DCAEGEN2-2496) - DL feeder and DL-Admin blueprint updated to use ContainerizedServiceComponent and latest k8s plugin + - [DCAEGEN2-2600](https://jira.onap.org/browse/DCAEGEN2-2600) - PM-Mapper blueprint updated to 1.5.1 version (added files processing config and fixed vulnerabilities) ## [3.0.2] - 2021-02-15 ### Changed diff --git a/blueprints/k8s-pm-mapper.yaml b/blueprints/k8s-pm-mapper.yaml index 8d37860..02c45fe 100644 --- a/blueprints/k8s-pm-mapper.yaml +++ b/blueprints/k8s-pm-mapper.yaml @@ -38,7 +38,7 @@ inputs: tag_version: type: string description: Docker image to be used - default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.pm-mapper:1.5.0' + default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.pm-mapper:1.5.1' replicas: type: integer description: Number of instances -- cgit 1.2.3-korg