From: Edyta Krukowska Date: Mon, 28 Sep 2020 22:20:03 +0000 (+0200) Subject: Updated VES image version to 1.7.6 and bump up bootstrap container - 2.1.7 X-Git-Tag: 2.1.7~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F80%2F113280%2F1;p=dcaegen2%2Fplatform%2Fblueprints.git Updated VES image version to 1.7.6 and bump up bootstrap container - 2.1.7 Issue-ID: DCAEGEN2-1771 Signed-off-by: Edyta Krukowska Change-Id: I7447e567deab713ee4c7cc6fc84a5fe81241d23c --- diff --git a/blueprints/k8s-ves.yaml b/blueprints/k8s-ves.yaml index b956d0f..d16a337 100644 --- a/blueprints/k8s-ves.yaml +++ b/blueprints/k8s-ves.yaml @@ -57,7 +57,7 @@ inputs: default: "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT" tag_version: type: string - default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.7.5" + default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.7.6" internal_port: type: string description: Kubernetes node port on which collector is exposed diff --git a/pom.xml b/pom.xml index 77a3af3..5460f55 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.6-SNAPSHOT + 2.1.7-SNAPSHOT http://maven.apache.org pom diff --git a/version.properties b/version.properties index 0ababa3..d1ba756 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=2 minor=1 -patch=6 +patch=7 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT