diff options
author | Jack Lucas <jflucas@research.att.com> | 2018-04-03 17:05:20 +0000 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2018-04-03 17:06:19 +0000 |
commit | 2577dee7bffbc06c8a8db7bc852504ac5ceb9bb4 (patch) | |
tree | fc1f22e40ef4fe7d2c9408db6379ed738545911f | |
parent | b936fb434f1a56409cbeab4c8d57eb81dc5934c5 (diff) |
Update dh image version
Change-Id: Ic6134050ef5a0f3f99d8fbe50b0897c0a0d898bd
Issue-ID: DCAEGEN2-255
Signed-off-by: Jack Lucas <jflucas@research.att.com>
-rw-r--r-- | blueprints/k8s-deployment_handler.yaml-template | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/blueprints/k8s-deployment_handler.yaml-template b/blueprints/k8s-deployment_handler.yaml-template index e2d0231..3aae790 100644 --- a/blueprints/k8s-deployment_handler.yaml-template +++ b/blueprints/k8s-deployment_handler.yaml-template @@ -31,7 +31,7 @@ inputs: deployment_handler_image: description: Docker image for deployment handler - default: {{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:2.0 + default: {{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:2.1.0 application_config: description: deployment handler application configuration (to override defaults) default: {} @@ -49,6 +49,8 @@ node_templates: type: dcae.nodes.ContainerizedPlatformComponent properties: name: + 'deployment_handler' + dns_name: 'deployment-handler' image: { get_input: deployment_handler_image } |