diff options
author | vv770d <vv770d@att.com> | 2020-09-17 21:20:43 +0000 |
---|---|---|
committer | vv770d <vv770d@att.com> | 2020-09-17 21:20:49 +0000 |
commit | 85a1e918ff7ac1aafeb1a29cd5de0bbb13eafdd0 (patch) | |
tree | 73b242e416fd273f2a168cc80dcf8056950a1c9b | |
parent | 9226eb41a162c4614b2df127032c1c93ee2c544e (diff) |
Bump version for RESTConf and VESMapper
RESTConf - 1.2.2
VESMapper - 1.1.0
Change-Id: Ie8de33edf2545e6e6c98b114e26d0abde6341d91
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2436
Issue-ID: DCAEGEN2-2283
Issue-ID: DCAEGEN2-2281
-rw-r--r-- | blueprints/k8s-restconf.yaml | 2 | ||||
-rw-r--r-- | blueprints/k8s-ves-mapper.yaml | 4 |
2 files changed, 3 insertions, 3 deletions
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" |