diff options
author | niamhcore <niamh.core@est.tech> | 2021-12-22 10:27:57 +0000 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2022-01-06 08:36:21 +0000 |
commit | cb1a342ddf37596ac56ceca7c2ed9e708a0be441 (patch) | |
tree | d02bd29b23c13a81f01235face0d0f16eb7ce233 | |
parent | f1143ab021d09e93aa8bc1d73e2039bbfa0bdb0e (diff) |
[CPS] Update NCMP-DMI chart
Update docker images to 2.0.2
Issue-ID: CPS-820
Signed-off-by: niamhcore <niamh.core@est.tech>
Change-Id: Ia7ee6a8617c60dc3db888f914bb0629c5968b753
-rw-r--r-- | kubernetes/cps/components/ncmp-dmi-plugin/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/cps/components/ncmp-dmi-plugin/values.yaml b/kubernetes/cps/components/ncmp-dmi-plugin/values.yaml index 753b8baaff..5d4dcbf363 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.1 +image: onap/ncmp-dmi-plugin:1.0.2 containerPort: &svc_port 8080 managementPort: &mgt_port 8081 |