[CDS]Update Image version to 1.7.1 75/139775/2
authorsoumya.e.singh <soumya.e.singh@accenture.com>
Fri, 20 Dec 2024 04:50:40 +0000 (10:20 +0530)
committerAndreas Geissler <andreas-geissler@telekom.de>
Thu, 2 Jan 2025 07:24:26 +0000 (08:24 +0100)
Update Image version to 1.7.1 of CDS blueprint processor to point to
latest image and update the DB URLs.

Issue-ID: CCSDK-4068
Signed-off-by: soumya.e.singh <soumya.e.singh@accenture.com>
Change-Id: I8258b84091fd28cc605b6a5a3ee6c7c947917643

kubernetes/cds/components/cds-blueprints-processor/resources/config/application.properties
kubernetes/cds/components/cds-blueprints-processor/values.yaml

index b99bae7..004a990 100755 (executable)
@@ -44,7 +44,7 @@ blueprintsprocessor.httpPort=8080
 blueprintsprocessor.grpcPort=9111
 
 # db
-blueprintsprocessor.db.url=jdbc:mysql://{{.Values.config.cdsDB.dbServer}}:{{.Values.config.cdsDB.dbPort}}/{{.Values.config.cdsDB.dbName}}
+blueprintsprocessor.db.url=jdbc:mariadb://{{.Values.config.cdsDB.dbServer}}:{{.Values.config.cdsDB.dbPort}}/{{.Values.config.cdsDB.dbName}}
 blueprintsprocessor.db.username=${CDS_DB_USERNAME}
 blueprintsprocessor.db.password=${CDS_DB_PASSWORD}
 blueprintsprocessor.db.driverClassName=org.mariadb.jdbc.Driver
@@ -55,7 +55,7 @@ blueprintsprocessor.db.hibernateDialect=org.hibernate.dialect.MySQL5InnoDBDialec
 
 # processor-db endpoint
 blueprintsprocessor.db.processor-db.type=maria-db
-blueprintsprocessor.db.processor-db.url=jdbc:mysql://{{ .Values.config.sdncDB.dbService }}:{{ .Values.config.sdncDB.dbPort }}/{{.Values.config.sdncDB.dbName}}
+blueprintsprocessor.db.processor-db.url=jdbc:mariadb://{{ .Values.config.sdncDB.dbService }}:{{ .Values.config.sdncDB.dbPort }}/{{.Values.config.sdncDB.dbName}}
 blueprintsprocessor.db.processor-db.username=${SDNC_DB_USERNAME}
 blueprintsprocessor.db.processor-db.password=${SDNC_DB_PASSWORD}
 
index b0812f2..469e40f 100755 (executable)
@@ -77,7 +77,7 @@ secrets:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/ccsdk-blueprintsprocessor:1.5.3
+image: onap/ccsdk-blueprintsprocessor:1.7.1
 pullPolicy: Always
 
 # flag to enable debugging - application support required