Updating to latest e2 mgr 5.4.19
[ric-plt/ric-dep.git] / RECIPE_EXAMPLE / example_recipe.yaml
index 24f2ff4..08769f0 100644 (file)
@@ -1,5 +1,6 @@
 ################################################################################
 #   Copyright (c) 2019 AT&T Intellectual Property.                             #
+#   Copyright (c) 2021 HCL Technologies Limited.                               #
 #                                                                              #
 #   Licensed under the Apache License, Version 2.0 (the "License");            #
 #   you may not use this file except in compliance with the License.           #
@@ -86,7 +87,7 @@ dbaas:
   image:
     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
     name: ric-plt-dbaas
-    tag: 0.2.2
+    tag: 0.5.5
   enableHighAvailability: false
   # Enable pod anti affinity only if you have more than 3 k8s nodes
   enablePodAntiAffinity: false
@@ -96,7 +97,7 @@ e2mgr:
   image:
     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
     name: ric-plt-e2mgr
-    tag: 5.2.15
+    tag: 5.4.19
   privilegedmode: false
   globalRicId:
     ricId: "AACCE"
@@ -179,8 +180,14 @@ xapponboarder:
      tag: v0.8.2
   allow_redeploy: "True"
 
-alarmadapter:
+alarmmanager:
   image:
     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
-    name: ric-plt-alarmadapter
-    tag: 0.4.5
+    name: ric-plt-alarmmanager
+    tag: 0.5.9
+
+influxdb:
+  image:
+    registry: "influxdb"
+    name: influxdb
+    tag: "1.8.0-alpine"