diff options
author | DylanB95EST <dylan.byrne@est.tech> | 2021-10-13 15:23:20 +0100 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-12-07 10:42:28 +0000 |
commit | ce8828a9f7a2b5a56ce1601b52ee6f2e51ddd99f (patch) | |
tree | 550bbca7b0fa6b7c51f1f6d3c16377e659867dcb | |
parent | 865cde019d04f0d470c4a3064c5a0c619c25636b (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
(cherry picked from commit 3b39ac86db63000750b3031ad8a8dbaa69857e7f)
-rw-r--r-- | kubernetes/cps/components/ncmp-dmi-plugin/resources/config/application-helm.yml | 2 | ||||
-rw-r--r-- | kubernetes/cps/components/ncmp-dmi-plugin/values.yaml | 4 |
2 files changed, 3 insertions, 3 deletions
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 2e5018807c..8e71114c8c 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 30aec3052b..753b8baaff 100644 --- a/kubernetes/cps/components/ncmp-dmi-plugin/values.yaml +++ b/kubernetes/cps/components/ncmp-dmi-plugin/values.yaml @@ -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 |