diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-28 11:39:06 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2019-05-29 00:21:58 +0000 |
commit | c153af04d315308e9de04f44ba83c9fd551402d6 (patch) | |
tree | fe7493539806b59449eaf4b893b77a77e9cd9109 /kubernetes/cds/charts/cds-blueprints-processor/values.yaml | |
parent | 5a9e258c78a80fa1df9f8b2fbfa08ccacec53b18 (diff) |
Update to latest SDNC and CCSDK containers
Update to use latest CCSDK and SDNC releases (0.4.3 and 1.5.2,
respectively).
Change-Id: I1412f5b3744a37db87b498650d06889fb90e2d0f
Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'kubernetes/cds/charts/cds-blueprints-processor/values.yaml')
-rwxr-xr-x | kubernetes/cds/charts/cds-blueprints-processor/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/cds/charts/cds-blueprints-processor/values.yaml b/kubernetes/cds/charts/cds-blueprints-processor/values.yaml index 6b88f841f4..fc1661097a 100755 --- a/kubernetes/cds/charts/cds-blueprints-processor/values.yaml +++ b/kubernetes/cds/charts/cds-blueprints-processor/values.yaml @@ -40,7 +40,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/ccsdk-blueprintsprocessor:0.4.2 +image: onap/ccsdk-blueprintsprocessor:0.4.3 pullPolicy: Always # flag to enable debugging - application support required |