From: Youhwan Seol Date: Wed, 5 Oct 2022 02:13:31 +0000 (+0900) Subject: RIC-919 influxdb related changes applied on recipe X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=275d9eaa1d882e07404a7f3c7f811bf83bb360c7;p=ric-plt%2Fric-dep.git RIC-919 influxdb related changes applied on recipe Signed-off-by: Youhwan Seol Change-Id: Ic7095b16654f6dedd36a040dbab379f86dba1ca7 Signed-off-by: Youhwan Seol --- diff --git a/RECIPE_EXAMPLE/example_recipe_latest_unstable.yaml b/RECIPE_EXAMPLE/example_recipe_latest_unstable.yaml index a7999a9..85009ff 100644 --- a/RECIPE_EXAMPLE/example_recipe_latest_unstable.yaml +++ b/RECIPE_EXAMPLE/example_recipe_latest_unstable.yaml @@ -1,6 +1,7 @@ ################################################################################ # Copyright (c) 2019 AT&T Intellectual Property. # # Copyright (c) 2021 HCL Technologies Limited. # +# Copyright (c) 2022 Samsung Electronics Co., Ltd. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # @@ -179,4 +180,4 @@ influxdb: image: registry: "influxdb" name: influxdb - tag: "1.8.0-alpine" + tag: "2.2.0-alpine" diff --git a/RECIPE_EXAMPLE/example_recipe_latest_unstable_with_refs_to_staging.yaml b/RECIPE_EXAMPLE/example_recipe_latest_unstable_with_refs_to_staging.yaml index fdcc17a..e55adf6 100644 --- a/RECIPE_EXAMPLE/example_recipe_latest_unstable_with_refs_to_staging.yaml +++ b/RECIPE_EXAMPLE/example_recipe_latest_unstable_with_refs_to_staging.yaml @@ -1,6 +1,7 @@ ################################################################################ # Copyright (c) 2019 AT&T Intellectual Property. # # Copyright (c) 2021 HCL Technologies Limited. # +# Copyright (c) 2022 Samsung Electronics Co., Ltd. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # @@ -179,4 +180,4 @@ influxdb: image: registry: "influxdb" name: influxdb - tag: "1.8.0-alpine" + tag: "2.2.0-alpine"