Merge "Update SDC to use master docker images"
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>
Tue, 18 Sep 2018 21:34:12 +0000 (21:34 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 18 Sep 2018 21:34:12 +0000 (21:34 +0000)
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