Aligining Versions of Helm Charts with H-release in NONRTRIC 46/11446/1
authorrohithrajneesh <rohith.rajneesh@est.tech>
Wed, 21 Jun 2023 11:45:25 +0000 (12:45 +0100)
committerrohithrajneesh <rohith.rajneesh@est.tech>
Wed, 21 Jun 2023 13:42:53 +0000 (14:42 +0100)
Issue-ID: NONRTRIC-890
Change-Id: Ica8f6cee62b1ace3d9e04f0c5b5712fcec9a2faf
Signed-off-by: rohithrajneesh <rohith.rajneesh@est.tech>
12 files changed:
nonrtric/RECIPE_EXAMPLE/example_recipe.yaml
nonrtric/helm/a1simulator/values.yaml
nonrtric/helm/capifcore/values.yaml
nonrtric/helm/controlpanel/values.yaml
nonrtric/helm/dmaapadapterservice/values.yaml
nonrtric/helm/dmaapmediatorservice/values.yaml
nonrtric/helm/helmmanager/values.yaml
nonrtric/helm/informationservice/values.yaml
nonrtric/helm/nonrtricgateway/values.yaml
nonrtric/helm/policymanagementservice/values.yaml
nonrtric/helm/ransliceassurance/values.yaml
nonrtric/helm/rappcatalogueservice/values.yaml

index a69e75e..6f2cb25 100644 (file)
@@ -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
index 9a7d462..b8f7c7e 100644 (file)
@@ -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
index 70798f2..0615df1 100644 (file)
@@ -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
index 5297ea2..a151950 100644 (file)
@@ -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
index 96996a5..38e5e0b 100644 (file)
@@ -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
index 9a99dfc..bec03b9 100644 (file)
@@ -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
index ad141e0..485210d 100644 (file)
@@ -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
index c1a036b..1088211 100644 (file)
@@ -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
index acfc3dc..61b781a 100644 (file)
@@ -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
index 11c4571..05db613 100644 (file)
@@ -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
index e569e36..4e483d8 100644 (file)
@@ -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
index dd3376f..f2d03ac 100644 (file)
@@ -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