[SDC] workflow-designer 1.14.0 release 99/141299/4
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Mon, 16 Jun 2025 10:01:00 +0000 (12:01 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 18 Jun 2025 07:04:21 +0000 (09:04 +0200)
- update wfd images (1.13.3 -> 1.14.0)

Issue-ID: SDC-4742
Change-Id: Ib5f7b5899fd75462ad1082d066dc20ad43ad999b
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
kubernetes/sdc/components/sdc-wfd-be/Chart.yaml
kubernetes/sdc/components/sdc-wfd-be/templates/deployment.yaml
kubernetes/sdc/components/sdc-wfd-be/values.yaml
kubernetes/sdc/components/sdc-wfd-fe/Chart.yaml
kubernetes/sdc/components/sdc-wfd-fe/values.yaml

index 7fe443b..7fc60f2 100644 (file)
@@ -18,7 +18,7 @@
 apiVersion: v2
 description: ONAP Service Design and Creation Workflow Designer backend
 name: sdc-wfd-be
-version: 13.0.4
+version: 13.0.5
 
 dependencies:
   - name: repositoryGenerator
index 68e5a94..25288e5 100644 (file)
@@ -83,6 +83,8 @@ spec:
           - name: CS_PASSWORD
             valueFrom:
               secretKeyRef: {name: {{ include "common.release" . }}-sdc-cs-secrets, key: sdc_password}
+          - name: CS_DATACENTER
+            value: "{{ .Values.config.cassandraDataCenter }}"
           - name: CS_SSL_ENABLED
             value: "{{ .Values.config.cassandraSSLEnabled }}"
           - name: CS_TRUST_STORE_PATH
index 5422465..0e5cc81 100644 (file)
@@ -40,8 +40,8 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/sdc-workflow-backend:1.13.3
-configInitImage: onap/sdc-workflow-init:1.13.3
+image: onap/sdc-workflow-backend:1.14.0
+configInitImage: onap/sdc-workflow-init:1.14.0
 pullPolicy: Always
 
 initJob:
@@ -51,6 +51,7 @@ config:
   javaOptions: "-Xmx1536m -Xms1536m"
   cassandraAuthenticationEnabled: true
   cassandraClientPort: 9042
+  cassandraDataCenter: dc1
   sdcEndpoint:
     http: sdc-be:8080
   sdcExternalUser: workflow
index 339a016..b94d65e 100644 (file)
@@ -18,7 +18,7 @@
 apiVersion: v2
 description: ONAP Service Design and Creation Workflow Designer frontend
 name: sdc-wfd-fe
-version: 13.0.3
+version: 13.0.4
 
 dependencies:
   - name: repositoryGenerator
index 057c184..cbfc15c 100644 (file)
@@ -24,7 +24,7 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/sdc-workflow-frontend:1.13.3
+image: onap/sdc-workflow-frontend:1.14.0
 pullPolicy: Always
 
 # flag to enable debugging - application support required