Update SDC to use master docker images 75/67475/2
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Tue, 18 Sep 2018 20:49:56 +0000 (16:49 -0400)
committerAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Tue, 18 Sep 2018 20:54:06 +0000 (20:54 +0000)
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>
kubernetes/sdc/charts/sdc-be/values.yaml
kubernetes/sdc/charts/sdc-cs/values.yaml
kubernetes/sdc/charts/sdc-es/values.yaml
kubernetes/sdc/charts/sdc-fe/values.yaml
kubernetes/sdc/charts/sdc-kb/values.yaml
kubernetes/sdc/charts/sdc-onboarding-be/values.yaml

index c1f0d38..bee9f36 100644 (file)
@@ -28,8 +28,8 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdc-backend:1.2.0
-backendInitImage: onap/sdc-backend-init:1.2.0
+image: onap/sdc-backend:1.3-STAGING-latest
+backendInitImage: onap/sdc-backend-init:1.3-STAGING-latest
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index 4e8d952..f52c793 100644 (file)
@@ -28,8 +28,8 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdc-cassandra:1.2.0
-cassandraInitImage: onap/sdc-cassandra-init:1.2.0
+image: onap/sdc-cassandra:1.3-STAGING-latest
+cassandraInitImage: onap/sdc-cassandra-init:1.3-STAGING-latest
 
 pullPolicy: Always
 
index c5bad7c..5d3d701 100644 (file)
@@ -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
 
index 7a6a97e..c4c629a 100644 (file)
@@ -28,7 +28,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdc-frontend:1.2.0
+image: onap/sdc-frontend:1.3-STAGING-latest
 pullPolicy: Always
 
 config:
index 086651b..7b06bc8 100644 (file)
@@ -28,7 +28,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdc-kibana:1.2.0
+image: onap/sdc-kibana:1.3-STAGING-latest
 pullPolicy: Always
 
 config:
index fd2e6de..7f583ff 100644 (file)
@@ -28,8 +28,8 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdc-onboard-backend:1.2.0
-onboardingInitImage: onap/sdc-onboard-cassandra-init:1.2.0
+image: onap/sdc-onboard-backend:1.3-STAGING-latest
+onboardingInitImage: onap/sdc-onboard-cassandra-init:1.3-STAGING-latest
 pullPolicy: Always
 
 # flag to enable debugging - application support required