[SDC] Update docker images 06/133806/5
authorvasraz <vasyl.razinkov@est.tech>
Thu, 23 Mar 2023 13:22:11 +0000 (13:22 +0000)
committerVasyl Razinkov <vasyl.razinkov@est.tech>
Mon, 27 Mar 2023 21:46:27 +0000 (21:46 +0000)
Update SDC to 1.12.3
Update SDC-WD to 1.12.0

Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I36ae9f5cafd9a2f4f2548cfd4944c26a47cb1484
Issue-ID: SDC-4449

kubernetes/sdc/components/sdc-be/values.yaml
kubernetes/sdc/components/sdc-cs/values.yaml
kubernetes/sdc/components/sdc-fe/values.yaml
kubernetes/sdc/components/sdc-onboarding-be/values.yaml
kubernetes/sdc/components/sdc-wfd-be/values.yaml
kubernetes/sdc/components/sdc-wfd-fe/values.yaml

index 7b5b2b0..a0a0488 100644 (file)
@@ -39,8 +39,8 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/sdc-backend-all-plugins:1.12.2
-backendInitImage: onap/sdc-backend-init:1.12.2
+image: onap/sdc-backend-all-plugins:1.12.3
+backendInitImage: onap/sdc-backend-init:1.12.3
 
 pullPolicy: Always
 
index 07c8e06..c9eb535 100644 (file)
@@ -51,8 +51,8 @@ cassandra:
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/sdc-cassandra:1.12.2
-cassandraInitImage: onap/sdc-cassandra-init:1.12.2
+image: onap/sdc-cassandra:1.12.3
+cassandraInitImage: onap/sdc-cassandra-init:1.12.3
 pullPolicy: Always
 
 config:
index b4a8bd6..ca8b42a 100644 (file)
@@ -23,7 +23,7 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/sdc-frontend:1.12.2
+image: onap/sdc-frontend:1.12.3
 pullPolicy: Always
 
 config:
index 2066835..3c6458b 100644 (file)
@@ -35,8 +35,8 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/sdc-onboard-backend:1.12.2
-onboardingInitImage: onap/sdc-onboard-cassandra-init:1.12.2
+image: onap/sdc-onboard-backend:1.12.3
+onboardingInitImage: onap/sdc-onboard-cassandra-init:1.12.3
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index b011a03..b6735a4 100644 (file)
@@ -35,8 +35,8 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/sdc-workflow-backend:1.11.1
-configInitImage: onap/sdc-workflow-init:1.11.1
+image: onap/sdc-workflow-backend:1.12.0
+configInitImage: onap/sdc-workflow-init:1.12.0
 pullPolicy: Always
 
 initJob:
index 9a7f6ac..c9905bc 100644 (file)
@@ -23,7 +23,7 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/sdc-workflow-frontend:1.11.1
+image: onap/sdc-workflow-frontend:1.12.0
 pullPolicy: Always
 
 # flag to enable debugging - application support required