From cc6547d2eb07342ab9a4f571f1d25fd1221408d1 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Fri, 19 Jun 2020 23:40:59 -0400 Subject: [PATCH] Use released images Change-Id: Ia31806802e0c562a0eb4d5ef91ee72c0e2c5302d Signed-off-by: Lusheng Ji Issuee-ID: INT-111 --- nonrtric/RECIPE_EXAMPLE/example_recipe.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index 9a597238..3ac4bf81 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -31,7 +31,7 @@ a1controller: a1controller: imagePullPolicy: IfNotPresent image: - registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' + registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-a1-controller tag: 2.0.0 replicaCount: 1 @@ -55,7 +55,7 @@ a1simulator: name: a1-sim imagePullPolicy: IfNotPresent image: - registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' + registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: a1-simulator tag: 2.0.0 service: @@ -85,7 +85,7 @@ controlpanel: controlpanel: imagePullPolicy: IfNotPresent image: - registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' + registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-controlpanel tag: 2.0.0 replicaCount: 1 @@ -111,7 +111,7 @@ policymanagementservice: policymanagementservice: imagePullPolicy: IfNotPresent image: - registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' + registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-policy-agent tag: 2.0.0 service: -- 2.16.6