From 85a1e918ff7ac1aafeb1a29cd5de0bbb13eafdd0 Mon Sep 17 00:00:00 2001 From: vv770d Date: Thu, 17 Sep 2020 21:20:43 +0000 Subject: Bump version for RESTConf and VESMapper RESTConf - 1.2.2 VESMapper - 1.1.0 Change-Id: Ie8de33edf2545e6e6c98b114e26d0abde6341d91 Signed-off-by: vv770d Issue-ID: DCAEGEN2-2436 Issue-ID: DCAEGEN2-2283 Issue-ID: DCAEGEN2-2281 --- blueprints/k8s-restconf.yaml | 2 +- blueprints/k8s-ves-mapper.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'blueprints') diff --git a/blueprints/k8s-restconf.yaml b/blueprints/k8s-restconf.yaml index da42ef6..f9d1911 100644 --- a/blueprints/k8s-restconf.yaml +++ b/blueprints/k8s-restconf.yaml @@ -33,7 +33,7 @@ inputs: default: "3904" tag_version: type: string - default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.restconfcollector:1.1.1" + default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.restconfcollector:1.2.2" consul_host: type: string default: "consul-server.onap.svc.cluster.local" diff --git a/blueprints/k8s-ves-mapper.yaml b/blueprints/k8s-ves-mapper.yaml index 4f3a19a..0967122 100644 --- a/blueprints/k8s-ves-mapper.yaml +++ b/blueprints/k8s-ves-mapper.yaml @@ -17,7 +17,7 @@ # limitations under the License. # ============LICENSE_END====================================================== -description: "This blueprint deploys the UniversalVESAdapter(UVA) as a Docker container\n" +description: "This blueprint deploys the UniversalVESAdapter" imports: - https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml - plugin:k8splugin?version=3.0.0 @@ -30,7 +30,7 @@ inputs: default: "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.ONAP-COLLECTOR-SNMPTRAP" type: string tag_version: - default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.mapper.vesadapter.universalvesadaptor:1.0.1" + default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.mapper.vesadapter.universalvesadaptor:1.1.0" type: string universal_mapper_name: default: "dcaegen2-svc-mapper" -- cgit 1.2.3-korg