diff options
author | DylanB95EST <dylan.byrne@est.tech> | 2021-10-13 15:23:20 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-10-29 14:30:08 +0000 |
commit | 3b39ac86db63000750b3031ad8a8dbaa69857e7f (patch) | |
tree | 4d82340496c9c4c5bf025b17f480191234dad97a /kubernetes/cps/components/ncmp-dmi-plugin/resources/config/application-helm.yml | |
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
Diffstat (limited to 'kubernetes/cps/components/ncmp-dmi-plugin/resources/config/application-helm.yml')
-rw-r--r-- | kubernetes/cps/components/ncmp-dmi-plugin/resources/config/application-helm.yml | 2 |
1 files changed, 1 insertions, 1 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 }} |