From 54c520b476f97f57e1d8b5ea5c2ebe0fe156ea1e Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Tue, 10 Aug 2021 14:01:55 +0200 Subject: [PATCH] Step Policy Agent version D Maintenance Step to version 2.2.1. Issue-ID: NONRTRIC-566 Signed-off-by: elinuxhenrik Change-Id: I8212061dc93eb60e03d2f8daaf1d982adebdb772 --- nonrtric/RECIPE_EXAMPLE/example_recipe.yaml | 2 +- nonrtric/helm/policymanagementservice/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 39722949..cd0c4b02 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -78,7 +78,7 @@ policymanagementservice: image: registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' name: nonrtric-policy-agent - tag: 2.2.0 + tag: 2.2.1 service: allowHttp: true httpName: http diff --git a/nonrtric/helm/policymanagementservice/values.yaml b/nonrtric/helm/policymanagementservice/values.yaml index 85accd42..99700bab 100644 --- a/nonrtric/helm/policymanagementservice/values.yaml +++ b/nonrtric/helm/policymanagementservice/values.yaml @@ -23,7 +23,7 @@ policymanagementservice: image: registry: "nexus3.o-ran-sc.org:10004/o-ran-sc" name: nonrtric-policy-agent - tag: 2.2.0 + tag: 2.2.1 service: allowHttp: true httpName: http -- 2.16.6