From e7f9bf996ea54e6706320b00426b664c1661b3b5 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Mon, 8 Sep 2025 15:14:38 +0100 Subject: [PATCH] Update version for nonrtric-plt-informationcoordinatorservice to 1.6.1 Issue-ID: NONRTRIC-1095 Change-Id: I8712f04e869d245a6ed7cbca2b17badb1e99078a Signed-off-by: JohnKeeney --- docker-proj/docker-setup.sh | 2 +- install/helm/nrt-pm/charts/ics/templates/app-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-proj/docker-setup.sh b/docker-proj/docker-setup.sh index 7284486..071d77f 100755 --- a/docker-proj/docker-setup.sh +++ b/docker-proj/docker-setup.sh @@ -89,7 +89,7 @@ pull_image $DMAAP_IMAGE export VES_COLLECTOR_IMAGE=nexus3.onap.org:10002/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.12.3 pull_image $VES_COLLECTOR_IMAGE -export ICS_IMAGE="nexus3.o-ran-sc.org:10001/o-ran-sc/nonrtric-plt-informationcoordinatorservice:1.5.0" +export ICS_IMAGE="nexus3.o-ran-sc.org:10001/o-ran-sc/nonrtric-plt-informationcoordinatorservice:1.6.1" pull_image $ICS_IMAGE export DMAAPADP_IMAGE="nexus3.o-ran-sc.org:10001/o-ran-sc/nonrtric-plt-pmproducer:1.0.1" diff --git a/install/helm/nrt-pm/charts/ics/templates/app-deployment.yaml b/install/helm/nrt-pm/charts/ics/templates/app-deployment.yaml index 4d4c150..0e1db22 100644 --- a/install/helm/nrt-pm/charts/ics/templates/app-deployment.yaml +++ b/install/helm/nrt-pm/charts/ics/templates/app-deployment.yaml @@ -35,7 +35,7 @@ spec: spec: containers: - name: informationservice - image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-informationcoordinatorservice:1.6.0 + image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-informationcoordinatorservice:1.6.1 imagePullPolicy: Always ports: - name: http -- 2.16.6