diff options
-rw-r--r-- | Changelog.md | 1 | ||||
-rw-r--r-- | blueprints/k8s-sonhms.yaml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 56bdd32..0fb8081 100644 --- a/Changelog.md +++ b/Changelog.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - [DCAEGEN2-2477](https://jira.onap.org/browse/DCAEGEN2-2477) - Updated Ves image version to 1.8.0 in ves blueprint (Ves validates IP addresses) - [DCAEGEN2-2585](https://jira.onap.org/browse/DCAEGEN2-2585) - Add new Kpi-Computation-ms - [DCAEGEN-2536](https://jira.onap.org/browse/DCAEGEN2-2536) - Add JWT support in HTTP/HTTPS based locations + - [DCAEGEN2-2599](https://jira.onap.org/browse/DCAEGEN2-2599) - Vulnerability removal for son-handler ## [3.0.2] - 2021-02-15 ### Changed diff --git a/blueprints/k8s-sonhms.yaml b/blueprints/k8s-sonhms.yaml index a30d018..aa926b3 100644 --- a/blueprints/k8s-sonhms.yaml +++ b/blueprints/k8s-sonhms.yaml @@ -30,7 +30,7 @@ inputs: tag_version: type: string description: docker image name and version - default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.son-handler:2.1.2" + default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.son-handler:2.1.3" pgaas_cluster_name: type: string description: pg cluster |