commit | 16e9418a741406a3d7dbbe8b2f692b52863f02b6 | [log] [tgz] |
---|---|---|
author | RehanRaza <muhammad.rehan.raza@est.tech> | Wed Apr 14 12:46:34 2021 +0200 |
committer | RehanRaza <muhammad.rehan.raza@est.tech> | Wed Apr 14 14:16:06 2021 +0200 |
tree | 77819645bd34674b62e93b0016fddb5f314750b7 | |
parent | c9a7a94f3cdaaf16435daf74106b793502dae6ee [diff] |
Fix image version of enrichmentservice in nonrtric helm charts Change-Id: I7526c56ca2a4c205be42e4f6dc936ecf6b2f5d1f Issue-ID: NONRTRIC-490 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
diff --git a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index 73908b9..c1b718f 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml
@@ -136,7 +136,7 @@ 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 b8a504a..2e1e7a4 100644 --- a/nonrtric/helm/enrichmentservice/values.yaml +++ b/nonrtric/helm/enrichmentservice/values.yaml
@@ -23,7 +23,7 @@ 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