From 16e9418a741406a3d7dbbe8b2f692b52863f02b6 Mon Sep 17 00:00:00 2001 From: RehanRaza Date: Wed, 14 Apr 2021 12:46:34 +0200 Subject: [PATCH] Fix image version of enrichmentservice in nonrtric helm charts Change-Id: I7526c56ca2a4c205be42e4f6dc936ecf6b2f5d1f Issue-ID: NONRTRIC-490 Signed-off-by: RehanRaza --- nonrtric/RECIPE_EXAMPLE/example_recipe.yaml | 2 +- nonrtric/helm/enrichmentservice/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 73908b9d..c1b718f4 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -136,7 +136,7 @@ enrichmentservice: image: registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' name: 'nonrtric-enrichment-coordinator-service' - tag: 1.1.1 + tag: 1.1.0 service: allowHttp: true httpName: http diff --git a/nonrtric/helm/enrichmentservice/values.yaml b/nonrtric/helm/enrichmentservice/values.yaml index b8a504ab..2e1e7a4d 100644 --- a/nonrtric/helm/enrichmentservice/values.yaml +++ b/nonrtric/helm/enrichmentservice/values.yaml @@ -23,7 +23,7 @@ enrichmentservice: image: registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' name: 'nonrtric-enrichment-coordinator-service' - tag: 1.1.1 + tag: 1.1.0 service: allowHttp: true httpName: http -- 2.16.6