diff options
author | Alex Shatov <alexs@att.com> | 2018-05-09 09:56:44 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-05-09 09:56:44 -0400 |
commit | d2aed9a6fd6f45326f19bc45f0c3f26f0de52f32 (patch) | |
tree | def92e80a5eef03cb5693a3aba84a2472b55dc9b | |
parent | d5d0aacbfa4fe8942222433a864fc5690fe86e72 (diff) |
fixed version in blueprint 2.4.2 policy-handler
- removed v from 'v2.4.2' to have '2.4.2' for default version
of the policy-handler version
Change-Id: I26152ad894d7e91c9be5444e434b2866d312df9a
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-495
-rw-r--r-- | blueprints/k8s-policy_handler.yaml-template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blueprints/k8s-policy_handler.yaml-template b/blueprints/k8s-policy_handler.yaml-template index 448dfc6..f961925 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:v2.4.2' + default: '{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.platform.policy-handler:2.4.2' application_config: description: policy handler application configuration - requires info on policy-engine |