[CPS] New Delhi release changes 99/137899/2
authormpriyank <priyank.maheshwari@est.tech>
Tue, 14 May 2024 15:24:29 +0000 (16:24 +0100)
committermpriyank <priyank.maheshwari@est.tech>
Fri, 17 May 2024 08:41:40 +0000 (09:41 +0100)
- cps-and-ncmp image updated to use tag 3.4.9 version
- ncmp-dmi-plugin image updated to use tag 1.5.0 version
- fixed the labels in application-helm file as it was introduced as part
  of java17 upgrade in the app.

Issue-ID: CPS-2222 , CPS-2225
Change-Id: I9bdda445f8e4a0a97cddb15edb9cdafd15c86e45
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
kubernetes/cps/components/cps-core/resources/config/application-helm.yml
kubernetes/cps/components/cps-core/values.yaml
kubernetes/cps/components/ncmp-dmi-plugin/values.yaml

index 81b8134..980be74 100644 (file)
@@ -30,7 +30,7 @@ spring:
     initialization-mode: always
   liquibase:
     change-log: classpath:changelog/changelog-master.yaml
-    labels: {{ .Values.config.liquibaseLabels }}
+    label-filter: {{ .Values.config.liquibaseLabels }}
 
   kafka:
     producer:
index d728639..a5cc7e0 100644 (file)
@@ -68,7 +68,7 @@ global:
     container:
       name: postgres
 
-image: onap/cps-and-ncmp:3.3.11
+image: onap/cps-and-ncmp:3.4.9
 
 service:
   type: ClusterIP
index e0bc868..439fdb9 100644 (file)
@@ -47,7 +47,7 @@ global:
     virtualhost:
       baseurl: "simpledemo.onap.org"
 
-image: onap/ncmp-dmi-plugin:1.4.0
+image: onap/ncmp-dmi-plugin:1.5.0
 containerPort: &svc_port 8080
 
 prometheus: