From e943a52fc5c8c836f8b389d9703419336f9e5acb Mon Sep 17 00:00:00 2001
From: "Timoney, Dan (dt5972)" <dtimoney@att.com>
Date: Tue, 11 Jun 2019 10:32:24 +0200
Subject: Update helm charts to use final version of SDNC and CDS docker images

Update helm charts to use final Dublin version of SDNC docker images
(version 1.5.4) and CDS docker images (version 0.4.5)

Change-Id: Ibb8ca03fe2a924329b39205bc14b165456e273b7
Issue-ID: SDNC-795
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
---
 kubernetes/cds/charts/cds-blueprints-processor/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'kubernetes/cds/charts/cds-blueprints-processor/values.yaml')

diff --git a/kubernetes/cds/charts/cds-blueprints-processor/values.yaml b/kubernetes/cds/charts/cds-blueprints-processor/values.yaml
index 43b5f498c9..51e8e5bed1 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.4
+image: onap/ccsdk-blueprintsprocessor:0.4.5
 pullPolicy: Always
 
 # flag to enable debugging - application support required
-- 
cgit