From: Tony Hansen Date: Wed, 13 Jan 2021 18:31:02 +0000 (+0000) Subject: Revert "Update HV-VES image" X-Git-Tag: 7.0.0-ONAP^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F20%2F116820%2F1;p=dcaegen2%2Fplatform%2Fblueprints.git Revert "Update HV-VES image" This reverts commit 5d8611f1fa4099d0ddade827fca88dc48b59bae7. Reason for revert: discussed on meeting today to abandon this one and apply change in oom directly.. otherwise we need to release new bootstrap for maintenance release. Issue-ID: DCAEGEN2-2516 Change-Id: If053aa6d7afa6f7c36f8c7a27591898df6381acb Signed-off-by: Tony Hansen --- diff --git a/blueprints/k8s-hv-ves.yaml b/blueprints/k8s-hv-ves.yaml index edb65a4..8c42786 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.1' + default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.5.0' service_component_type: type: string default: 'dcae-hv-ves-collector' diff --git a/pom.xml b/pom.xml index 2b4d1c0..c66a745 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.dcaegen2.deployments k8s-bootstrap-container dcaegen2-deployments-k8s-bootstrap-container - 2.1.9-SNAPSHOT + 2.1.8-SNAPSHOT http://maven.apache.org pom diff --git a/version.properties b/version.properties index faeb3e5..8ac80b7 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=2 minor=1 -patch=9 +patch=8 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT