diff options
author | Shadi Haidar <sh1986@att.com> | 2018-06-18 17:32:05 -0400 |
---|---|---|
committer | Shadi Haidar <sh1986@att.com> | 2018-06-18 17:32:34 -0400 |
commit | e58e915dbc7f302d11e0b91076eff23b5fb80848 (patch) | |
tree | 24f924ca4c20dff3396d6bab0794a02a60da48e7 | |
parent | 2dbacc35b8fd3ae2d0d7fd2d7250d444fde4b319 (diff) |
Update BP for DH change to new version
Updated Deployment Handler to new version 2.2.0
Change-Id: I33f885acca5324a802c438eb8e602c9024c91a74
Issue-ID: DCAEGEN2-548
Signed-off-by: Shadi Haidar <sh1986@att.com>
-rw-r--r-- | blueprints/DeploymentHandler.yaml-template | 2 | ||||
-rw-r--r-- | blueprints/k8s-deployment_handler.yaml-template | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/blueprints/DeploymentHandler.yaml-template b/blueprints/DeploymentHandler.yaml-template index 796a321..2aa8373 100644 --- a/blueprints/DeploymentHandler.yaml-template +++ b/blueprints/DeploymentHandler.yaml-template @@ -44,7 +44,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.1.5' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:2.2.0' application_config: description: deployment handler application configuration (to override defaults) diff --git a/blueprints/k8s-deployment_handler.yaml-template b/blueprints/k8s-deployment_handler.yaml-template index efd3cbd..7bffebf 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.1.5 + default: {{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:2.2.0 application_config: description: deployment handler application configuration (to override defaults) default: {} |