From 275d9eaa1d882e07404a7f3c7f811bf83bb360c7 Mon Sep 17 00:00:00 2001 From: Youhwan Seol Date: Wed, 5 Oct 2022 11:13:31 +0900 Subject: [PATCH] RIC-919 influxdb related changes applied on recipe Signed-off-by: Youhwan Seol Change-Id: Ic7095b16654f6dedd36a040dbab379f86dba1ca7 Signed-off-by: Youhwan Seol --- RECIPE_EXAMPLE/example_recipe_latest_unstable.yaml | 3 ++- .../example_recipe_latest_unstable_with_refs_to_staging.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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" -- 2.16.6