Update image tags for nonrtric
[it/dep.git] / nonrtric / RECIPE_EXAMPLE / example_recipe.yaml
index e856e8e..ea90b1d 100644 (file)
@@ -38,14 +38,15 @@ nonrtric:
     # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning)
     size: 2Gi
     storageClassName: pms-storage
+    hostPath: /var/nonrtric/pms-storage
   volume2:
      # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning)
     size: 2Gi
     storageClassName: ics-storage
+    hostPath: /var/nonrtric/ics-storage
   volume3:
     size: 1Gi
     storageClassName: helmmanager-storage
-
 common:
   releasePrefix: r3-dev-nonrtric
 # Do not change the namespace
@@ -59,7 +60,7 @@ informationservice:
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: 'nonrtric-information-coordinator-service'
-      tag: 1.2.0
+      tag: 1.2.1
     service:
       allowHttp: true
       httpName: http
@@ -89,7 +90,7 @@ policymanagementservice:
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: nonrtric-a1-policy-management-service
-      tag: 2.3.0
+      tag: 2.3.1
     service:
       allowHttp: true
       httpName: http
@@ -201,7 +202,7 @@ rappcatalogueservice:
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: nonrtric-r-app-catalogue
-      tag: 1.0.1
+      tag: 1.0.2
     service:
       allowHttp: true
       httpName: http
@@ -242,7 +243,7 @@ dmaapadapterservice:
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: 'nonrtric-dmaap-adaptor'
-      tag: 1.0.0
+      tag: 1.0.1
     service:
       allowHttp: true
       httpName: http
@@ -264,7 +265,7 @@ dmaapmediatorservice:
     image:
       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
       name: "nonrtric-dmaap-mediator-producer"
-      tag: 1.0.0
+      tag: 1.0.1
     service:
       allowHttp: true
       httpName: http
@@ -287,7 +288,7 @@ helmmanager:
     image:
       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
       name: "nonrtric-helm-manager"
-      tag: 1.1.0
+      tag: 1.1.1
     service:
       httpName: http
       internalPort1: 8112
@@ -310,7 +311,7 @@ odusliceassurance:
     image:
       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
       name: "nonrtric-o-du-slice-assurance"
-      tag: 1.0.0
+      tag: 1.0.2
     env:
       mr_host: "http://onap-dmaap"
       mr_port: "3904"
@@ -325,13 +326,13 @@ oruclosedlooprecovery:
     imagePullPolicy: IfNotPresent
     image:
       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
-      name: "nonrtric-o-ru-closed-loop-recovery"
-      tag: 1.0.0
+      name: "nonrtric-o-ru-closed-loop-consumer"
+      tag: 1.0.1
     env:
       consumer_host: "http://mrproducer"
       consumer_port: "8095"
-      consumer_cert_path: "security/producer.crt"
-      consumer_key_path: "security/producer.key"
+      consumer_cert_path: "security/consumer.crt"
+      consumer_key_path: "security/consumer.key"
       info_coord_addr: "http://ics:8083"
       sdnr_address: "http://sdnr:8282"
       sdnr_user: "admin"