From: RehanRaza Date: Wed, 14 Apr 2021 10:46:34 +0000 (+0200) Subject: Fix image version of enrichmentservice in nonrtric helm charts X-Git-Tag: f-release~57 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=16e9418a741406a3d7dbbe8b2f692b52863f02b6;p=it%2Fdep.git Fix image version of enrichmentservice in nonrtric helm charts Change-Id: I7526c56ca2a4c205be42e4f6dc936ecf6b2f5d1f Issue-ID: NONRTRIC-490 Signed-off-by: RehanRaza --- 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