X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RECIPE_EXAMPLE%2Fexample_recipe.yaml;h=23c70375656d9fc22c3b153d19d8ab68f1bf40f2;hb=3bff79d624676f22963932bccbfbcb07b6d5332f;hp=37fd77bd4efecce2389639a9a3068995d6d66111;hpb=91a43ec1b6ddfaf16154bc520e04022c229d164d;p=ric-plt%2Fric-dep.git diff --git a/RECIPE_EXAMPLE/example_recipe.yaml b/RECIPE_EXAMPLE/example_recipe.yaml index 37fd77b..23c7037 100644 --- a/RECIPE_EXAMPLE/example_recipe.yaml +++ b/RECIPE_EXAMPLE/example_recipe.yaml @@ -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.1 enableHighAvailability: false # Enable pod anti affinity only if you have more than 3 k8s nodes enablePodAntiAffinity: false @@ -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"