From 98f3902c424a3f8f1ea94ed841bcf6e3178fabcf Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Tue, 8 Jun 2021 12:44:03 +0200 Subject: [PATCH] Step version of Non-RT RIC Gateway to 1.0.0 Issue-ID: NONRTRIC-539 Signed-off-by: elinuxhenrik Change-Id: Ia8a75597c85e837b88d012bc1a24fea439dec705 --- nonrtric/RECIPE_EXAMPLE/example_recipe.yaml | 2 +- nonrtric/helm/nonrtricgateway/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index f9595d86..0a466815 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -204,7 +204,7 @@ nonrtricgateway: image: registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' name: nonrtric-gateway - tag: 0.0.1 + tag: 1.0.0 service: httpName: http internalPort1: 9090 diff --git a/nonrtric/helm/nonrtricgateway/values.yaml b/nonrtric/helm/nonrtricgateway/values.yaml index 0009dfa5..6082a5a5 100644 --- a/nonrtric/helm/nonrtricgateway/values.yaml +++ b/nonrtric/helm/nonrtricgateway/values.yaml @@ -23,7 +23,7 @@ nonrtricgateway: image: registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' name: nonrtric-gateway - tag: 0.0.1 + tag: 1.0.0 service: httpName: http internalPort1: 9090 -- 2.16.6