summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--blueprints/k8s-deployment_handler.yaml-template4
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 }