diff options
author | Shadi Haidar <sh1986@att.com> | 2018-09-12 14:42:54 -0400 |
---|---|---|
committer | Shadi Haidar <sh1986@att.com> | 2018-09-12 14:48:20 -0400 |
commit | b3056a6605fcff49b2ad6cd96e4a8446298522d5 (patch) | |
tree | 6e38476043b3327d0a0bc7d4e6d7d57415bba9dc | |
parent | 05e0f6e57cdd56430f1bfaa253ee0467217bed45 (diff) |
Update DH image per DCAEGEN2-754
Issue-ID: DCAEGEN2-754
Change-Id: Idd92e42d1e6f661a29a4ddd65d5c98a19d3ec1b3
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 c8e8a9e..ffdd25f 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:3.0.0' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:3.0.1' 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 0207b1f..97c2228 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:3.0.0 + default: {{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:3.0.1 application_config: description: deployment handler application configuration (to override defaults) default: {} |