diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-02-04 22:06:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-04 22:06:13 +0000 |
commit | fbd5c5ae348d31f62b3f5e5212ddce8752b964e8 (patch) | |
tree | d9087e8aecabb09879d49495cb7000838a62dbb8 /kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml | |
parent | a93725086000baf8be0b591effec9cf01eeab311 (diff) | |
parent | d12a1b6c672ec9c1db51bb0dd8d0cb61ef22aa25 (diff) |
Merge "[DCAEGEN2] Updates to bootstrap and cm-container"
Diffstat (limited to 'kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml')
-rw-r--r-- | kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml b/kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml index 2826516330..f71db5edeb 100644 --- a/kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml +++ b/kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml @@ -2,6 +2,7 @@ #================================================================================= # Copyright (c) 2018-2020 AT&T Intellectual Property. All rights reserved. # Modifications Copyright © 2018 Amdocs, Bell Canada +# Copyright (c) 2021 J. F. Lucas. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -103,7 +104,7 @@ mongo: disableNfsProvisioner: true # application image -image: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:2.2.4 +image: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:3.0.0 default_k8s_location: central # DCAE component images to be deployed via Cloudify Manager |