diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-04-27 19:04:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-27 19:04:57 +0000 |
commit | 4564eb8e16a4cf0a1cd46fb9b42bf998b3071ce8 (patch) | |
tree | 871270f06cb953f79a095b31e630055871a11aec /kubernetes | |
parent | ebd920fca2705ad467bd29b9df24fea13a1a6668 (diff) | |
parent | b359d62e5f56aa2a797c694cb79322f03a5f227b (diff) |
Merge "Update bootstrap and configbinding versions"
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/dcaegen2/charts/dcae-bootstrap/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/dcaegen2/charts/dcae-bootstrap/values.yaml b/kubernetes/dcaegen2/charts/dcae-bootstrap/values.yaml index fc89c6c459..16de112655 100644 --- a/kubernetes/dcaegen2/charts/dcae-bootstrap/values.yaml +++ b/kubernetes/dcaegen2/charts/dcae-bootstrap/values.yaml @@ -44,13 +44,13 @@ config: # application image repository: nexus3.onap.org:10001 -image: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.1.5 +image: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.1.6 # DCAE component images to be deployed via Cloudify Manager # Use to override default setting in blueprints componentImages: #TODO for further investigation: input template expansion issues if we comment this out - config_binding_service: nexus3.onap.org:10001/onap/org.onap.dcaegen2.platform.configbinding:2.1.4 + config_binding_service: nexus3.onap.org:10001/onap/org.onap.dcaegen2.platform.configbinding:2.1.5 # deployment_handler: nexus3.onap.org:10001/onap/org.onap.dcaegen2.platform.deployment-handler:2.1.1 # holmes_engine: nexus3.onap.org:10001//onap/holmes/engine-management:v1.0.0 # holmes_rules: nexus3.onap.org:10001/onap/holmes/rule-management:v1.0.0 |