diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-09-01 08:50:37 +0200 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-09-01 08:50:37 +0200 |
commit | 6151ac7ecbd224a2717642a19408b72137d5cfa2 (patch) | |
tree | f313a0649da574e54d22e9eef0ef64c57b83ce40 | |
parent | 5b757a319fe5dc639861086fdac854692e65c5d7 (diff) |
Update PRH image to 1.7.1
PRH updated with latest SDK (1.8.7)
Issue-ID: DCAEGEN2-2868
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I41006fe8ad8444af30aceec5470c469fba53a3da
-rw-r--r-- | Changelog.md | 1 | ||||
-rw-r--r-- | blueprints/k8s-prh.yaml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 229b795..1c2954c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - [DCAEGEN2-2873] PM Mapper updated to 1.7.1 - Fix granularityPeriod issue - [DCAEGEN2-2806/DCAEGEN2-2858/DCAEGEN2-2859] - VES Mapper updated to 1.3.0 - includes Istanbul vulnerability fixes, CBS client SDK to 1.8.7 and switched to integration-java11:9.0.0 base image - [DCAEGEN2-2892] - Set resource limits for TCAgen2 blueprints + - [DCAEGEN2-2868] - Update PRH to use latest SDK (1.8.7) ## [3.3.3] - 2021-08-03 - [DCAEGEN2-2853] SNMPTrap container updated to 2.0.5 - Switched to CBS client lib to 2.2.1 diff --git a/blueprints/k8s-prh.yaml b/blueprints/k8s-prh.yaml index 519ee6d..44c4e22 100644 --- a/blueprints/k8s-prh.yaml +++ b/blueprints/k8s-prh.yaml @@ -63,7 +63,7 @@ inputs: default: "admin" tag_version: type: string - default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.prh.prh-app-server:1.7.0" + default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.prh.prh-app-server:1.7.1" replicas: type: integer description: number of instances |