summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Shatov <alexs@att.com>2018-08-08 13:30:45 -0400
committerAlex Shatov <alexs@att.com>2018-08-08 13:30:45 -0400
commit245db6901a719bd60e69c477823f7028e8edf023 (patch)
treed4336643b16b856724304ade1afd13da43aced99
parentae60e4701eb3aaffb5fbefb017b6d8e61ada984f (diff)
blueprint for 3.0.0 deployment-handler
- resubmitted after policy-handler blueprint patch Change-Id: I80765762941aa8035ccda37ad54ab474eee18709 Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-492
-rw-r--r--blueprints/DeploymentHandler.yaml-template2
-rw-r--r--blueprints/k8s-deployment_handler.yaml-template2
2 files changed, 2 insertions, 2 deletions
diff --git a/blueprints/DeploymentHandler.yaml-template b/blueprints/DeploymentHandler.yaml-template
index 2aa8373..c8e8a9e 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.2.0'
+ default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:3.0.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 784c233..c5208aa 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.2.0
+ default: {{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.deployment-handler:3.0.0
application_config:
description: deployment handler application configuration (to override defaults)
default: {}