From f58760599ce8f76220b42d64ba7a67dd101fb3d2 Mon Sep 17 00:00:00 2001 From: rohithrajneesh Date: Wed, 21 Jun 2023 12:45:25 +0100 Subject: [PATCH] Aligining Versions of Helm Charts with H-release in NONRTRIC Issue-ID: NONRTRIC-890 Change-Id: Ica8f6cee62b1ace3d9e04f0c5b5712fcec9a2faf Signed-off-by: rohithrajneesh --- nonrtric/RECIPE_EXAMPLE/example_recipe.yaml | 22 +++++++++++----------- nonrtric/helm/a1simulator/values.yaml | 2 +- nonrtric/helm/capifcore/values.yaml | 2 +- nonrtric/helm/controlpanel/values.yaml | 2 +- nonrtric/helm/dmaapadapterservice/values.yaml | 2 +- nonrtric/helm/dmaapmediatorservice/values.yaml | 2 +- nonrtric/helm/helmmanager/values.yaml | 2 +- nonrtric/helm/informationservice/values.yaml | 2 +- nonrtric/helm/nonrtricgateway/values.yaml | 2 +- nonrtric/helm/policymanagementservice/values.yaml | 2 +- nonrtric/helm/ransliceassurance/values.yaml | 2 +- nonrtric/helm/rappcatalogueservice/values.yaml | 2 +- 12 files changed, 22 insertions(+), 22 deletions(-) diff --git a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index a69e75ed..6f2cb254 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -61,7 +61,7 @@ informationservice: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: 'nonrtric-plt-informationcoordinatorservice' - tag: 1.4.0 + tag: 1.5.0 service: allowHttp: true httpName: http @@ -91,7 +91,7 @@ policymanagementservice: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-plt-a1policymanagementservice - tag: 2.5.0 + tag: 2.6.0 service: allowHttp: true httpName: http @@ -145,7 +145,7 @@ a1simulator: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: a1-simulator - tag: 2.4.0 + tag: 2.5.0 service: allowHttp: true httpName: http @@ -176,7 +176,7 @@ controlpanel: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-controlpanel - tag: 2.4.0 + tag: 2.5.0 replicaCount: 1 service: allowHttp: true @@ -203,7 +203,7 @@ rappcatalogueservice: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-plt-rappcatalogue - tag: 1.1.0 + tag: 1.2.0 service: allowHttp: true httpName: http @@ -244,7 +244,7 @@ nonrtricgateway: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-gateway - tag: 1.0.0 + tag: 1.2.0 service: httpName: http internalPort1: 9090 @@ -263,7 +263,7 @@ dmaapadapterservice: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: 'nonrtric-plt-dmaapadapter' - tag: 1.2.0 + tag: 1.3.0 service: allowHttp: true httpName: http @@ -285,7 +285,7 @@ dmaapmediatorservice: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: "nonrtric-plt-dmaapmediatorproducer" - tag: 1.1.0 + tag: 1.2.0 service: allowHttp: true httpName: http @@ -308,7 +308,7 @@ helmmanager: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: "nonrtric-plt-helmmanager" - tag: 1.2.0 + tag: 1.3.0 service: httpName: http internalPort1: 8112 @@ -331,7 +331,7 @@ ransliceassurance: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: "nonrtric-rapp-ransliceassurance" - tag: 1.2.0 + tag: 1.3.0 env: mr_host: "http://onap-dmaap" mr_port: "3904" @@ -368,7 +368,7 @@ capifcore: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: nonrtric-plt-capifcore - tag: 1.0.0 + tag: 1.1.0 env: chart_museum_url: "http://chartmuseum:8080" repo_name: "capifcore" \ No newline at end of file diff --git a/nonrtric/helm/a1simulator/values.yaml b/nonrtric/helm/a1simulator/values.yaml index 9a7d462e..b8f7c7e3 100644 --- a/nonrtric/helm/a1simulator/values.yaml +++ b/nonrtric/helm/a1simulator/values.yaml @@ -24,7 +24,7 @@ a1simulator: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: a1-simulator - tag: 2.4.0 + tag: 2.5.0 service: allowHttp: true httpName: http diff --git a/nonrtric/helm/capifcore/values.yaml b/nonrtric/helm/capifcore/values.yaml index 70798f28..0615df12 100644 --- a/nonrtric/helm/capifcore/values.yaml +++ b/nonrtric/helm/capifcore/values.yaml @@ -23,7 +23,7 @@ capifcore: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-plt-capifcore - tag: 1.0.0 + tag: 1.1.0 service: httpName: http allowHttp: true diff --git a/nonrtric/helm/controlpanel/values.yaml b/nonrtric/helm/controlpanel/values.yaml index 5297ea25..a1519508 100644 --- a/nonrtric/helm/controlpanel/values.yaml +++ b/nonrtric/helm/controlpanel/values.yaml @@ -23,7 +23,7 @@ controlpanel: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-controlpanel - tag: 2.4.0 + tag: 2.5.0 replicaCount: 1 service: allowHttp: true diff --git a/nonrtric/helm/dmaapadapterservice/values.yaml b/nonrtric/helm/dmaapadapterservice/values.yaml index 96996a5f..38e5e0b3 100644 --- a/nonrtric/helm/dmaapadapterservice/values.yaml +++ b/nonrtric/helm/dmaapadapterservice/values.yaml @@ -23,7 +23,7 @@ dmaapadapterservice: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: "nonrtric-plt-dmaapadapter" - tag: 1.2.0 + tag: 1.3.0 service: allowHttp: true httpName: http diff --git a/nonrtric/helm/dmaapmediatorservice/values.yaml b/nonrtric/helm/dmaapmediatorservice/values.yaml index 9a99dfc8..bec03b9a 100644 --- a/nonrtric/helm/dmaapmediatorservice/values.yaml +++ b/nonrtric/helm/dmaapmediatorservice/values.yaml @@ -23,7 +23,7 @@ dmaapmediatorservice: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: "nonrtric-plt-dmaapmediatorproducer" - tag: 1.1.0 + tag: 1.2.0 service: allowHttp: true httpName: http diff --git a/nonrtric/helm/helmmanager/values.yaml b/nonrtric/helm/helmmanager/values.yaml index ad141e0b..485210d1 100644 --- a/nonrtric/helm/helmmanager/values.yaml +++ b/nonrtric/helm/helmmanager/values.yaml @@ -24,7 +24,7 @@ helmmanager: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: "nonrtric-plt-helmmanager" - tag: 1.2.0 + tag: 1.3.0 service: httpName: http internalPort1: 8112 diff --git a/nonrtric/helm/informationservice/values.yaml b/nonrtric/helm/informationservice/values.yaml index c1a036b1..1088211c 100644 --- a/nonrtric/helm/informationservice/values.yaml +++ b/nonrtric/helm/informationservice/values.yaml @@ -23,7 +23,7 @@ informationservice: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: "nonrtric-plt-informationcoordinatorservice" - tag: 1.4.0 + tag: 1.5.0 service: allowHttp: true httpName: http diff --git a/nonrtric/helm/nonrtricgateway/values.yaml b/nonrtric/helm/nonrtricgateway/values.yaml index acfc3dcd..61b781aa 100644 --- a/nonrtric/helm/nonrtricgateway/values.yaml +++ b/nonrtric/helm/nonrtricgateway/values.yaml @@ -23,7 +23,7 @@ nonrtricgateway: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-gateway - tag: 1.0.0 + tag: 1.2.0 service: httpName: http internalPort1: 9090 diff --git a/nonrtric/helm/policymanagementservice/values.yaml b/nonrtric/helm/policymanagementservice/values.yaml index 11c4571b..05db6131 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:10002/o-ran-sc" name: nonrtric-plt-a1policymanagementservice - tag: 2.5.0 + tag: 2.6.0 service: allowHttp: true httpName: http diff --git a/nonrtric/helm/ransliceassurance/values.yaml b/nonrtric/helm/ransliceassurance/values.yaml index e569e368..4e483d83 100644 --- a/nonrtric/helm/ransliceassurance/values.yaml +++ b/nonrtric/helm/ransliceassurance/values.yaml @@ -23,7 +23,7 @@ ransliceassurance: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-rapp-ransliceassurance - tag: 1.2.0 + tag: 1.3.0 service: httpName: web allowHttp: true diff --git a/nonrtric/helm/rappcatalogueservice/values.yaml b/nonrtric/helm/rappcatalogueservice/values.yaml index dd3376f0..f2d03aca 100644 --- a/nonrtric/helm/rappcatalogueservice/values.yaml +++ b/nonrtric/helm/rappcatalogueservice/values.yaml @@ -23,7 +23,7 @@ rappcatalogueservice: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-plt-rappcatalogue - tag: 1.1.0 + tag: 1.2.0 service: allowHttp: true httpName: http -- 2.16.6