Update SDC to use master docker images
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 <adetalhouet89@gmail.com>
diff --git a/kubernetes/sdc/charts/sdc-es/values.yaml b/kubernetes/sdc/charts/sdc-es/values.yaml
index c5bad7c..5d3d701 100644
--- a/kubernetes/sdc/charts/sdc-es/values.yaml
+++ b/kubernetes/sdc/charts/sdc-es/values.yaml
@@ -31,7 +31,7 @@
#################################################################
# 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