diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-01-13 09:52:12 +0100 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-01-13 09:54:40 +0100 |
commit | 5d8611f1fa4099d0ddade827fca88dc48b59bae7 (patch) | |
tree | d3f5a3033aa9119bbc0d12f7bb25ee6fb46d8d2c | |
parent | 99646c89e066142600f46750f822bf0ce6b290bd (diff) |
Update HV-VES image
HV-VES 1.5.1 was fixed to allow it to recover after exception in CBS
communication.
Issue-ID: DCAEGEN2-2516
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: If033ac1b3000cf876f6f6e6ca8f4c9786613cc71
-rw-r--r-- | blueprints/k8s-hv-ves.yaml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/blueprints/k8s-hv-ves.yaml b/blueprints/k8s-hv-ves.yaml index 8c42786..edb65a4 100644 --- a/blueprints/k8s-hv-ves.yaml +++ b/blueprints/k8s-hv-ves.yaml @@ -27,7 +27,7 @@ imports: inputs: tag_version: type: string - default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.5.0' + default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.5.1' service_component_type: type: string default: 'dcae-hv-ves-collector' @@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>k8s-bootstrap-container</artifactId> <name>dcaegen2-deployments-k8s-bootstrap-container</name> - <version>2.1.8-SNAPSHOT</version> + <version>2.1.9-SNAPSHOT</version> <url>http://maven.apache.org</url> <packaging>pom</packaging> diff --git a/version.properties b/version.properties index 8ac80b7..faeb3e5 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=2
minor=1
-patch=8
+patch=9
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT
|