From f25398a2bc32eea948eda2a16a6271e103f4f028 Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Tue, 18 Sep 2018 16:49:56 -0400 Subject: Update SDC to use master docker images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As Robot and all has changed to interact with master version of SDC code, we need to deploy proper SDC code. Change-Id: I0b1f25485edefdc56fe54bc3633bf1f028b4b8e5 Issue-ID: OOM-1408 Signed-off-by: Alexis de Talhouët --- kubernetes/sdc/charts/sdc-es/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/sdc/charts/sdc-es/values.yaml') diff --git a/kubernetes/sdc/charts/sdc-es/values.yaml b/kubernetes/sdc/charts/sdc-es/values.yaml index c5bad7c7cd..5d3d701502 100644 --- a/kubernetes/sdc/charts/sdc-es/values.yaml +++ b/kubernetes/sdc/charts/sdc-es/values.yaml @@ -31,7 +31,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/sdc-elasticsearch:1.2.0 +image: onap/sdc-elasticsearch:1.3-STAGING-latest elasticInitImage: onap/sdc-init-elasticsearch:1.2.0 pullPolicy: Always -- cgit 1.2.3-korg