[SDC] Update sdc images for ElAlto 57/110057/2
authorsebdet <sebastien.determe@intl.att.com>
Fri, 10 Jul 2020 08:19:48 +0000 (10:19 +0200)
committerChristophe Closset <christophe.closset@intl.att.com>
Tue, 14 Jul 2020 09:40:03 +0000 (09:40 +0000)
Update the sdc images for ElAlto maintenance release, moving to 1.5.3 for SDC images and 1.3.2-1 for dcae-ds.

Issue-ID: SDC-3199
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I6bf5ac31e65cc00703e7abfd7e5f9722c5b52881

kubernetes/sdc/charts/sdc-be/values.yaml
kubernetes/sdc/charts/sdc-cs/values.yaml
kubernetes/sdc/charts/sdc-dcae-be/values.yaml
kubernetes/sdc/charts/sdc-dcae-dt/values.yaml
kubernetes/sdc/charts/sdc-dcae-fe/values.yaml
kubernetes/sdc/charts/sdc-fe/values.yaml
kubernetes/sdc/charts/sdc-onboarding-be/values.yaml

index 5ba797c..2beddac 100644 (file)
@@ -28,8 +28,8 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdc-backend:1.5.2
-backendInitImage: onap/sdc-backend-init:1.5.2
+image: onap/sdc-backend:1.5.3
+backendInitImage: onap/sdc-backend-init:1.5.3
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index 21b35ce..60e682d 100644 (file)
@@ -28,8 +28,8 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdc-cassandra:1.5.2
-cassandraInitImage: onap/sdc-cassandra-init:1.5.2
+image: onap/sdc-cassandra:1.5.3
+cassandraInitImage: onap/sdc-cassandra-init:1.5.3
 
 pullPolicy: Always
 
index 77544a7..c258208 100644 (file)
@@ -27,9 +27,9 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/dcae-be:1.3.2
+image: onap/dcae-be:1.3.2-1
 pullPolicy: Always
-backendInitImage: onap/dcae-tools:1.3.2
+backendInitImage: onap/dcae-tools:1.3.2-1
 
 # flag to enable debugging - application support required
 debugEnabled: false
index 7a1fffc..35d195a 100644 (file)
@@ -27,7 +27,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/dcae-dt:1.3.2
+image: onap/dcae-dt:1.3.2-1
 pullPolicy: IfNotPresent
 config:
   javaOptions: -XX:MaxPermSize=256m -Xmx1024m -Dconfig.home=config -Dlog.home=/var/lib/jetty/logs/ -Dlogging.config=config/dcae-dt/logback-spring.xml
index f38ef30..31709bc 100644 (file)
@@ -27,7 +27,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/dcae-fe:1.3.2
+image: onap/dcae-fe:1.3.2-1
 pullPolicy: Always
 config:
   javaOptions: -XX:MaxPermSize=256m -Xmx1024m -Dconfig.home=config -Dlog.home=/var/lib/jetty/logs/ -Dlogging.config=config/dcae-fe/logback-spring.xml
index 8878f1a..9162320 100644 (file)
@@ -28,7 +28,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdc-frontend:1.5.2
+image: onap/sdc-frontend:1.5.3
 pullPolicy: Always
 
 config:
index a6a3f6b..1155ba0 100644 (file)
@@ -28,8 +28,8 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdc-onboard-backend:1.5.2
-onboardingInitImage: onap/sdc-onboard-cassandra-init:1.5.2
+image: onap/sdc-onboard-backend:1.5.3
+onboardingInitImage: onap/sdc-onboard-cassandra-init:1.5.3
 pullPolicy: Always
 
 # flag to enable debugging - application support required