Changing the image location pointing to release repo 11/12111/1
authorrohithrajneesh <rohith.rajneesh@est.tech>
Thu, 23 Nov 2023 13:01:28 +0000 (13:01 +0000)
committerrohithrajneesh <rohith.rajneesh@est.tech>
Thu, 23 Nov 2023 13:01:42 +0000 (13:01 +0000)
ISSUE-ID: NONRTRIC-888
Change-Id: I7cdd0827ad9781b9bed080e6b9c3084fa25a3375
Signed-off-by: rohithrajneesh <rohith.rajneesh@est.tech>
install/helm/nrt-pm-log/templates/app-statefulset.yaml
install/helm/nrt-pm/charts/dfc/templates/app-statefulset.yaml
install/helm/nrt-pm/charts/ics/templates/app-deployment.yaml
install/helm/nrt-pm/charts/kafka-producer-pm-json2influx/templates/app-statefulset.yaml
install/helm/nrt-pm/charts/kafka-producer-pm-json2kafka/templates/app-statefulset.yaml
install/helm/nrt-pm/charts/kafka-producer-pm-xml2json/templates/app-statefulset.yaml
install/helm/nrt-pm/charts/pm-producer-json2kafka/templates/app-statefulset.yaml

index cc3a874..19107b8 100644 (file)
@@ -45,7 +45,7 @@ spec:
           emptyDir: {}
       containers:
       - name: auth-token
-        image: nexus3.o-ran-sc.org:10001/o-ran-sc/nonrtric-plt-auth-token-fetch:1.1.1
+        image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-auth-token-fetch:1.1.1
         imagePullPolicy: Always
         env:
         - name: CREDS_GRANT_TYPE
@@ -62,7 +62,7 @@ spec:
         - mountPath: /token-cache
           name: token-cache-volume
       - name: pmlog
-        image: nexus3.o-ran-sc.org:10001/o-ran-sc/nonrtric-plt-pmlog:1.0.0
+        image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-pmlog:1.0.0
         imagePullPolicy: Always
         command:
         - sh
index a2d02f6..e6883de 100644 (file)
@@ -46,7 +46,7 @@ spec:
       - name: dfc
         securityContext:
           runAsUser: 0     # Need to run as root - needed when writing to hostpath
-        image: nexus3.o-ran-sc.org:10001/o-ran-sc/nonrtric-plt-ranpm-datafilecollector:1.0.0
+        image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-ranpm-datafilecollector:1.0.0
         imagePullPolicy: Always
         ports:
         - name: http
@@ -72,7 +72,7 @@ spec:
         - name: APP_KAFKA_CLIENT-ID
           value: "datafile-collector.$(APPNS).$(APPID)"
       - name: auth-token
-        image: nexus3.o-ran-sc.org:10001/o-ran-sc/nonrtric-plt-auth-token-fetch:1.1.1
+        image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-auth-token-fetch:1.1.1
         imagePullPolicy: Always
         env:
         - name: CREDS_GRANT_TYPE
index 269bbcf..f32d62f 100644 (file)
@@ -34,7 +34,7 @@ spec:
     spec:
       containers:
       - name: informationservice
-        image: nexus3.o-ran-sc.org:10001/o-ran-sc/nonrtric-plt-informationcoordinatorservice:1.5.0
+        image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-informationcoordinatorservice:1.5.0
         imagePullPolicy: Always
         ports:
         - name: http
index fe01f56..e679704 100644 (file)
@@ -38,7 +38,7 @@ spec:
     spec:
       containers:
       - name: kafka-producer-pm-json2influx
-        image: nexus3.o-ran-sc.org:10001/o-ran-sc/nonrtric-plt-ranpm-pm-file-converter:1.0.1
+        image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-ranpm-pm-file-converter:1.0.1
         imagePullPolicy: Always
         ports:
         - name: http
index d0354b9..c1c8ef8 100644 (file)
@@ -38,7 +38,7 @@ spec:
     spec:
       containers:
       - name: kafka-producer-pm-json2kafka
-        image: nexus3.o-ran-sc.org:10001/o-ran-sc/nonrtric-plt-ranpm-pm-file-converter:1.0.1
+        image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-ranpm-pm-file-converter:1.0.1
         imagePullPolicy: Always
         ports:
         - name: http
index 4a1e17e..4e673cd 100644 (file)
@@ -38,7 +38,7 @@ spec:
     spec:
       containers:
       - name: kafka-producer-pm-xml2json
-        image: nexus3.o-ran-sc.org:10001/o-ran-sc/nonrtric-plt-ranpm-pm-file-converter:1.0.1
+        image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-ranpm-pm-file-converter:1.0.1
         imagePullPolicy: Always
         ports:
         - name: http
index c906f17..297ca66 100644 (file)
@@ -36,7 +36,7 @@ spec:
     spec:
       containers:
       - name: pm-producer-json2kafka
-        image: nexus3.o-ran-sc.org:10001/o-ran-sc/nonrtric-plt-pmproducer:1.0.1
+        image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-pmproducer:1.0.1
         imagePullPolicy: Always
         ports:
         - name: http
@@ -63,7 +63,7 @@ spec:
         - mountPath: /token-cache
           name: token-cache-volume
       - name: auth-token
-        image: nexus3.o-ran-sc.org:10001/o-ran-sc/nonrtric-plt-auth-token-fetch:1.1.1
+        image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-auth-token-fetch:1.1.1
         imagePullPolicy: Always
         env:
         - name: CREDS_GRANT_TYPE