commit | 3b39ac86db63000750b3031ad8a8dbaa69857e7f | [log] [tgz] |
---|---|---|
author | DylanB95EST <dylan.byrne@est.tech> | Wed Oct 13 15:23:20 2021 +0100 |
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | Fri Oct 29 14:30:08 2021 +0000 |
tree | 4d82340496c9c4c5bf025b17f480191234dad97a | |
parent | a43346dbbc3771e8ae15920393df097d21eeb3a1 [diff] |
[CPS] Update DMI-Plugin chart 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
diff --git a/kubernetes/cps/components/ncmp-dmi-plugin/resources/config/application-helm.yml b/kubernetes/cps/components/ncmp-dmi-plugin/resources/config/application-helm.yml index 2e50188..8e71114 100644 --- a/kubernetes/cps/components/ncmp-dmi-plugin/resources/config/application-helm.yml +++ b/kubernetes/cps/components/ncmp-dmi-plugin/resources/config/application-helm.yml
@@ -20,7 +20,7 @@ dmi: service: - name: {{ .Values.config.dmiServiceName }} + url: {{ .Values.config.dmiServiceUrl }} cps-core: baseUrl: {{ .Values.config.cpsCore.url }}
diff --git a/kubernetes/cps/components/ncmp-dmi-plugin/values.yaml b/kubernetes/cps/components/ncmp-dmi-plugin/values.yaml index 234f9eb..a4a56de 100644 --- a/kubernetes/cps/components/ncmp-dmi-plugin/values.yaml +++ b/kubernetes/cps/components/ncmp-dmi-plugin/values.yaml
@@ -47,7 +47,7 @@ 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 @@ -147,7 +147,7 @@ spring: profile: helm - dmiServiceName: http://*svc_name:*svc_port + dmiServiceUrl: http://*svc_name:*svc_port sdnc: url: http://sdnc:8181 username: admin