DMI version update 61/127961/2
authormpriyank <priyank.maheshwari@est.tech>
Tue, 22 Mar 2022 12:29:48 +0000 (17:59 +0530)
committermpriyank <priyank.maheshwari@est.tech>
Tue, 22 Mar 2022 12:41:29 +0000 (18:11 +0530)
- Updated default dmi version to 1.1.1-SNAPSHOT-latest

Issue-ID: CPS-933
Change-Id: I0381adb78a1993044123008ac6c85ddc4a9a49d9
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
docker-compose/docker-compose.yml

index 4c6cad5..51b1a42 100755 (executable)
@@ -22,7 +22,7 @@ version: "3.7"
 services:
   ncmp-dmi-plugin:
     container_name: ncmp-dmi-plugin
-    image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/ncmp-dmi-plugin:${DMI_VERSION:-1.1.0-SNAPSHOT-latest}
+    image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/ncmp-dmi-plugin:${DMI_VERSION:-1.1.1-SNAPSHOT-latest}
     ports:
       - ${DMI_PORT:-8783}:8080
       - ${DMI_MANAGEMENT_PORT:-8787}:8081