diff options
author | Alex Shatov <alexs@att.com> | 2018-06-21 09:23:43 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-06-21 09:23:43 -0400 |
commit | 717e31f4ec7554548f2f42c27c88709cd419267e (patch) | |
tree | eaf55c52637b0bcda7c4934e1e1b86b04c8ac4d9 | |
parent | 3007543aa0ca592a9b714a369235a76d5d700d84 (diff) |
blueprint for 3.0.1 policy-handler
- no change of functionality or API
- cleaning sonar smells
Change-Id: I2bfdc969f5770f24a950bf4b36a1eaf7bb0cf6d0
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-515
-rw-r--r-- | blueprints/k8s-policy_handler.yaml-template | 2 | ||||
-rw-r--r-- | blueprints/policy_handler.yaml-template | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/blueprints/k8s-policy_handler.yaml-template b/blueprints/k8s-policy_handler.yaml-template index ccdcab2..ebb1ecd 100644 --- a/blueprints/k8s-policy_handler.yaml-template +++ b/blueprints/k8s-policy_handler.yaml-template @@ -32,7 +32,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:3.0.0' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:3.0.1' 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 9c5fd41..5827e31 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:3.0.0' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:3.0.1' application_config: description: policy handler application configuration - requires info on policy-engine |