Fix nexus port in in smo-install helm charts 45/10545/1
authorRadoslaw Chmiel <r.chmiel@partner.samsung.com>
Fri, 24 Feb 2023 11:31:09 +0000 (12:31 +0100)
committerRadoslaw Chmiel <r.chmiel@partner.samsung.com>
Fri, 24 Feb 2023 11:31:09 +0000 (12:31 +0100)
odu-app-ics-version, odu-app, du-simulator,
ru-simulator and topology-server are all
using port 10004 for nexus3.o-ran-sc.org
causing ImagePullBackOff error in deployment

Issue-ID: INT-148
Signed-off-by: Radoslaw Chmiel <r.chmiel@partner.samsung.com>
Change-Id: I3e81dd578ecd4fc66b522b3d7656e9a11ffe5a53

smo-install/oran_oom/odu-app-ics-version/values.yaml
smo-install/oran_oom/odu-app/values.yaml
smo-install/tests_oom/du-simulator/values.yaml
smo-install/tests_oom/ru-simulator/values.yaml
smo-install/tests_oom/topology-server/values.yaml

index af2e873..350a70f 100755 (executable)
@@ -20,7 +20,7 @@
 replicaCount: 1
 
 image:
-  repository: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-rapp-ransliceassurance-icsversion
+  repository: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-rapp-ransliceassurance-icsversion
   pullPolicy: Always
   # Overrides the image tag whose default is the chart appVersion.
   tag: "1.1.0"
index 4752c13..d070a8c 100755 (executable)
@@ -20,7 +20,7 @@
 replicaCount: 1
 
 image:
-  repository: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-rapp-ransliceassurance
+  repository: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-rapp-ransliceassurance
   pullPolicy: Always
   # Overrides the image tag whose default is the chart appVersion.
   tag: "1.2.0"
index e59f821..b302b6d 100644 (file)
@@ -14,7 +14,7 @@
 
 # Static Defaults
 image:
-  repository: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
+  repository: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
   name: nts-ng-o-ran-du 
   tag: 1.5.0
   pullPolicy: IfNotPresent
index 3010fb3..f67cbae 100644 (file)
@@ -14,7 +14,7 @@
 
 # Static Defaults
 image:
-  repository: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
+  repository: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
   name: nts-ng-o-ran-ru-fh 
   tag: 1.5.0
   pullPolicy: IfNotPresent
index b57e1cc..54b191c 100644 (file)
@@ -15,7 +15,7 @@
 # Static Defaults
 replicaCount: 1
 image:
-  repository: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
+  repository: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
   name: smo-nts-ng-topology-server
   tag: 1.5.0
   pullPolicy: IfNotPresent