From: edyta Date: Wed, 22 Jul 2020 20:00:18 +0000 (+0200) Subject: Update the VES Collector default blueprint X-Git-Tag: 2.0.2^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F110465%2F1;p=dcaegen2%2Fplatform%2Fblueprints.git Update the VES Collector default blueprint Issue-ID: DCAEGEN2-2254 Signed-off-by: Edyta Krukowska Change-Id: Icece29ffbb38d41cc0a652eee9592fa434aa3240 --- diff --git a/blueprints/k8s-ves.yaml b/blueprints/k8s-ves.yaml index b1674e1..d261b10 100644 --- a/blueprints/k8s-ves.yaml +++ b/blueprints/k8s-ves.yaml @@ -45,7 +45,7 @@ inputs: default: "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.VES_PNFREG_OUTPUT" tag_version: type: string - default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.7.0" + default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.7.1" internal_port: type: string description: Kubernetes node port on which collector is exposed diff --git a/pom.xml b/pom.xml index ad5b2a2..d63687a 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,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.0.1-SNAPSHOT + 2.0.2-SNAPSHOT http://maven.apache.org pom diff --git a/version.properties b/version.properties index ee9f646..a75c90e 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=2 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT