From 8a7e77f8ebf0e0494d0f6bbe8c1f64a92358832b Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Mon, 9 Jan 2023 14:48:22 +0000 Subject: [PATCH] Update version for rapp enhanced catalogue Issue-ID: NONRTRIC-819 Signed-off-by: aravind.est Change-Id: Ia7bf3d6cfb55fce2de7458d12fabac366e4171d8 --- nonrtric/RECIPE_EXAMPLE/example_recipe.yaml | 3 ++- nonrtric/helm/rappcatalogueenhancedservice/values.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index e566e910..a69e75ed 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -27,6 +27,7 @@ nonrtric: installControlpanel: true installInformationservice: true installRappcatalogueservice: true + installRappcatalogueenhancedservice: true installNonrtricgateway: true installKong: false installDmaapadapterservice: true @@ -224,7 +225,7 @@ rappcatalogueenhancedservice: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-plt-rappcatalogue-enhanced - tag: 1.0.0 + tag: 1.0.1 service: allowHttp: true httpName: http diff --git a/nonrtric/helm/rappcatalogueenhancedservice/values.yaml b/nonrtric/helm/rappcatalogueenhancedservice/values.yaml index ad38a305..b8d3ce96 100644 --- a/nonrtric/helm/rappcatalogueenhancedservice/values.yaml +++ b/nonrtric/helm/rappcatalogueenhancedservice/values.yaml @@ -23,7 +23,7 @@ rappcatalogueenhancedservice: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-plt-rappcatalogue-enhanced - tag: 1.0.0 + tag: 1.0.1 service: allowHttp: true httpName: http -- 2.16.6