[CPS] Update DMI-Plugin chart 20/126120/1
authorDylanB95EST <dylan.byrne@est.tech>
Wed, 13 Oct 2021 14:23:20 +0000 (15:23 +0100)
committerBruno Sakoto <bruno.sakoto@bell.ca>
Tue, 7 Dec 2021 10:42:28 +0000 (10:42 +0000)
Update docker images to 1.0.1 for
- ncmp-dmi-plugin

Update DMI Plugin Url (bad variable name)

Issue-ID: CPS-728
Issue-ID: CPS-683
Signed-off-by: DylanB95EST <dylan.byrne@est.tech>
Change-Id: Ic998eca16dc7171d3c8ab0e567ab38183becc542
(cherry picked from commit 3b39ac86db63000750b3031ad8a8dbaa69857e7f)

kubernetes/cps/components/ncmp-dmi-plugin/resources/config/application-helm.yml
kubernetes/cps/components/ncmp-dmi-plugin/values.yaml

index 2e50188..8e71114 100644 (file)
@@ -20,7 +20,7 @@
 
 dmi:
   service:
-    name: {{ .Values.config.dmiServiceName }}
+    url: {{ .Values.config.dmiServiceUrl }}
 
 cps-core:
   baseUrl: {{ .Values.config.cpsCore.url }}
index 30aec30..753b8ba 100644 (file)
@@ -47,7 +47,7 @@ global:
     virtualhost:
       baseurl: "simpledemo.onap.org"
 
-image: onap/ncmp-dmi-plugin:1.0.0
+image: onap/ncmp-dmi-plugin:1.0.1
 containerPort: &svc_port 8080
 managementPort: &mgt_port 8081
 
@@ -146,7 +146,7 @@ config:
   spring:
     profile: helm
 
-  dmiServiceName: http://*svc_name:*svc_port
+  dmiServiceUrl: http://*svc_name:*svc_port
   sdnc:
     url: http://sdnc:8181
     username: admin