diff options
author | Alex Shatov <alexs@att.com> | 2018-02-27 12:08:34 -0500 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-02-27 12:08:34 -0500 |
commit | 0d9671398861bb230b0e4f5f27bf5bb6e33129c5 (patch) | |
tree | 1c3c65b967cc7e1a2418e2dcf4c400c5854e2236 | |
parent | e0db251a48d856ffdc533412232f4a9bbd31d66e (diff) |
up the version to 2.1.0 for policy-handler
Change-Id: I3fc12232a5f2895bfcab435e28aa991ef3bd329e
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-347
-rw-r--r-- | blueprints/policy_handler.yaml-template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blueprints/policy_handler.yaml-template b/blueprints/policy_handler.yaml-template index f3f2b42..0c383fb 100644 --- a/blueprints/policy_handler.yaml-template +++ b/blueprints/policy_handler.yaml-template @@ -41,7 +41,7 @@ inputs: policy_handler_image: description: Docker image for policy_handler - default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:v2.0.0' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:v2.1.0' application_config: description: policy handler application configuration - requires info on policy-engine |