From aac79f0faae9a4558f37750db5aeaa9f3d1c74da Mon Sep 17 00:00:00 2001 From: Alex Shatov Date: Fri, 27 Apr 2018 14:01:13 -0400 Subject: 2.4.2 policy-handler - fixed race on step-timer Change-Id: Ie41690c9621e31b05adc5a2518510157ffe8acff Signed-off-by: Alex Shatov Issue-ID: DCAEGEN2-472 --- blueprints/k8s-policy_handler.yaml-template | 4 ++-- blueprints/policy_handler.yaml-template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blueprints/k8s-policy_handler.yaml-template b/blueprints/k8s-policy_handler.yaml-template index 0a7e7a2..448dfc6 100644 --- a/blueprints/k8s-policy_handler.yaml-template +++ b/blueprints/k8s-policy_handler.yaml-template @@ -26,13 +26,13 @@ description: > imports: - http://www.getcloudify.org/spec/cloudify/3.4/types.yaml - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.1.0/k8splugin_types.yaml - + 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.4.1' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:v2.4.2' application_config: description: policy handler application configuration - requires info on policy-engine diff --git a/blueprints/policy_handler.yaml-template b/blueprints/policy_handler.yaml-template index b4064ae..a964216 100644 --- a/blueprints/policy_handler.yaml-template +++ b/blueprints/policy_handler.yaml-template @@ -39,7 +39,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.4.1' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:v2.4.2' application_config: description: policy handler application configuration - requires info on policy-engine -- cgit 1.2.3-korg