diff options
-rw-r--r-- | blueprints/holmes-engine.yaml-template | 2 | ||||
-rw-r--r-- | blueprints/holmes-rules.yaml-template | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/blueprints/holmes-engine.yaml-template b/blueprints/holmes-engine.yaml-template index 38e778b..b2dc0bf 100644 --- a/blueprints/holmes-engine.yaml-template +++ b/blueprints/holmes-engine.yaml-template @@ -86,7 +86,7 @@ node_templates: type: http ports: - 9102:9102 - image: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/holmes/engine-management:latest" + image: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/holmes/engine-management:v1.0.0" location_id: get_input: dh_location_id service_component_type: dcae-analytics-holmes-engine-management diff --git a/blueprints/holmes-rules.yaml-template b/blueprints/holmes-rules.yaml-template index 3c40ce1..49c9a91 100644 --- a/blueprints/holmes-rules.yaml-template +++ b/blueprints/holmes-rules.yaml-template @@ -70,7 +70,7 @@ node_templates: type: http ports: - 9101:9101 - image: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/holmes/rule-management:latest" + image: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/holmes/rule-management:v1.0.0" location_id: get_input: dh_location_id service_component_type: dcae-analytics-holmes-rule-management |