Step versions of nonrtric 70/3970/5
authorRehanRaza <muhammad.rehan.raza@est.tech>
Wed, 3 Jun 2020 12:57:50 +0000 (14:57 +0200)
committerRehanRaza <muhammad.rehan.raza@est.tech>
Tue, 16 Jun 2020 09:31:44 +0000 (11:31 +0200)
Change-Id: Ibc2a40dba6499df6ae1b0b5aa779f208ac14bf3f
Issue-ID: NONRTRIC-230
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
16 files changed:
nonrtric/RECIPE_EXAMPLE/example_recipe.yaml
nonrtric/helm/a1controller/Chart.yaml
nonrtric/helm/a1controller/requirements.yaml
nonrtric/helm/a1controller/values.yaml
nonrtric/helm/a1simulator/Chart.yaml
nonrtric/helm/a1simulator/requirements.yaml
nonrtric/helm/a1simulator/values.yaml
nonrtric/helm/controlpanel/Chart.yaml
nonrtric/helm/controlpanel/requirements.yaml
nonrtric/helm/controlpanel/values.yaml
nonrtric/helm/nonrtric/Chart.yaml
nonrtric/helm/nonrtric/requirements.yaml
nonrtric/helm/policymanagementservice/Chart.yaml
nonrtric/helm/policymanagementservice/requirements.yaml
nonrtric/helm/policymanagementservice/values.yaml
ric-common/Common-Template/helm/nonrtric-common/Chart.yaml

index 9692919..8f70642 100644 (file)
@@ -33,7 +33,7 @@ a1controller:
     image:
       registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
       name: nonrtric-a1-controller
-      tag: 1.7.5
+      tag: 2.0.0
     replicaCount: 1
     service:
       allowHttp: true
@@ -57,7 +57,7 @@ a1simulator:
     image:
       registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
       name: a1-simulator
-      tag: 1.0.1
+      tag: 2.0.0
     service:
       allowHttp: true
       httpName: http
@@ -87,7 +87,7 @@ controlpanel:
     image:
       registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
       name: nonrtric-controlpanel
-      tag: 1.0.0
+      tag: 2.0.0
     replicaCount: 1
     service:
       allowHttp: true
@@ -113,7 +113,7 @@ policymanagementservice:
     image:
       registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
       name: nonrtric-policy-agent
-      tag: 1.0.0
+      tag: 2.0.0
     service:
       allowHttp: true
       httpName: http
index 80a230d..99ced47 100644 (file)
@@ -15,7 +15,7 @@
 ################################################################################
 
 apiVersion: v1
-appVersion: "1.0"
+appVersion: "2.0.0"
 description: A Helm chart for nonrtric a1controller
 name: a1controller
-version: 1.0.0
+version: 2.0.0
index ba44395..f3b3ecd 100644 (file)
@@ -16,5 +16,5 @@
 
 dependencies:
   - name: nonrtric-common
-    version: ^1.0.0
+    version: ^2.0.0
     repository: "@local"
index 80af1f0..a3bf0a6 100644 (file)
@@ -22,7 +22,7 @@ a1controller:
   image:
     registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
     name: nonrtric-a1-controller
-    tag: 1.7.5
+    tag: 2.0.0
   replicaCount: 1
   service:
     allowHttp: true
index cc35590..60d0cbf 100644 (file)
@@ -15,6 +15,7 @@
 ################################################################################
 
 apiVersion: v1
+appVersion: "2.0.0"
 description: A Helm chart for A1 simulator
 name: a1simulator
-version: 1.0.1
+version: 2.0.0
index ba44395..f3b3ecd 100644 (file)
@@ -16,5 +16,5 @@
 
 dependencies:
   - name: nonrtric-common
-    version: ^1.0.0
+    version: ^2.0.0
     repository: "@local"
index c059c38..d98fd43 100644 (file)
@@ -22,9 +22,9 @@ a1simulator:
   name: a1-sim
   imagePullPolicy: IfNotPresent
   image:
-    registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
+    registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
     name: a1-simulator
-    tag: 1.0.1
+    tag: 2.0.0
   service:
     allowHttp: true
     httpName: http
index cf00a1f..585ada4 100644 (file)
@@ -15,6 +15,7 @@
 ################################################################################
 
 apiVersion: v1
+appVersion: "2.0.0"
 description: A Helm chart for nonrtric controlpanel
 name: controlpanel
-version: 1.0.0
+version: 2.0.0
index ba44395..f3b3ecd 100644 (file)
@@ -16,5 +16,5 @@
 
 dependencies:
   - name: nonrtric-common
-    version: ^1.0.0
+    version: ^2.0.0
     repository: "@local"
index d7a6285..1a64c15 100644 (file)
@@ -21,9 +21,9 @@
 controlpanel:
   imagePullPolicy: IfNotPresent
   image:
-    registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
+    registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
     name: nonrtric-controlpanel
-    tag: 1.0.0
+    tag: 2.0.0
   replicaCount: 1
   service:
     allowHttp: true
index af05856..7b92e5c 100644 (file)
@@ -17,4 +17,4 @@
 apiVersion: v1
 description: NonRealTime RAN Intelligent Controller
 name: nonrtric
-version: 1.0.0
+version: 2.0.0
index f2d67e4..40bea6f 100644 (file)
 
 dependencies:
   - name: a1controller
-    version: ~1.0.0
+    version: ~2.0.0
     repository: "@local"
   - name: a1simulator
-    version: ~1.0.1
+    version: ~2.0.0
     repository: "@local"
   - name: controlpanel
-    version: ~1.0.0
+    version: ~2.0.0
     repository: "@local"
   - name: policymanagementservice
-    version: ~1.0.0
+    version: ~2.0.0
     repository: "@local"
   - name: nonrtric-common
-    version: ^1.0.0
+    version: ^2.0.0
     repository: "@local"
index 9387bcd..256af34 100644 (file)
@@ -15,6 +15,7 @@
 ################################################################################
 
 apiVersion: v1
+appVersion: "2.0.0"
 description: A Helm chart for Policy Management Service
 name: policymanagementservice
-version: 1.0.0
+version: 2.0.0
index ba44395..f3b3ecd 100644 (file)
@@ -16,5 +16,5 @@
 
 dependencies:
   - name: nonrtric-common
-    version: ^1.0.0
+    version: ^2.0.0
     repository: "@local"
index 45593cd..c3f2a2c 100644 (file)
@@ -21,9 +21,9 @@
 policymanagementservice:
   imagePullPolicy: IfNotPresent
   image:
-    registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
+    registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
     name: nonrtric-policy-agent
-    tag: 1.0.0
+    tag: 2.0.0
   service:
     allowHttp: true
     httpName: http
@@ -40,5 +40,3 @@ policymanagementservice:
   readiness:
     initialDelaySeconds: 20
     periodSeconds: 10
-
-    
index 1aec95b..693b6df 100644 (file)
@@ -17,4 +17,4 @@
 apiVersion: v1
 description: NONRTRIC Common templates for inclusion in other charts
 name: nonrtric-common
-version: 1.0.0
\ No newline at end of file
+version: 2.0.0
\ No newline at end of file