From 05f4de26999e1e6f30769db6afa9c9321551ff67 Mon Sep 17 00:00:00 2001 From: SANDEEP KUMAR JAISAWAL Date: Wed, 14 Dec 2022 23:02:11 +0530 Subject: [PATCH] Changing release tag Issue-Id: AIMLFW-12 Signed-off-by: SANDEEP KUMAR JAISAWAL Change-Id: I7ee8cd237c031004e141163638855a1fe832d695 --- RECIPE_EXAMPLE/example_recipe_nexus_images_oran_g_release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_g_release.yaml b/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_g_release.yaml index 57f1145..136e831 100644 --- a/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_g_release.yaml +++ b/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_g_release.yaml @@ -27,7 +27,7 @@ tm: repository: nexus3.o-ran-sc.org:10002/o-ran-sc/aiml-fw-awmf-tm-docker pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.0.0" + tag: "1.0.1" leofs: image: @@ -41,7 +41,7 @@ dataextraction: repository: nexus3.o-ran-sc.org:10002/o-ran-sc/aiml-fw-athp-data-extraction-docker pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.0.0" + tag: "1.0.1" datalake: influxdb: @@ -56,14 +56,14 @@ kfadapter: repository: nexus3.o-ran-sc.org:10002/o-ran-sc/aiml-fw-athp-tps-kubeflow-adapter-docker pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.0.0" + tag: "1.0.1" aimldashboard: image: repository: nexus3.o-ran-sc.org:10002/o-ran-sc/portal-aiml-dashboard-docker pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.0.0" + tag: "1.0.1" host: tm_host: "localhost" notebook_host: "localhost" @@ -73,4 +73,4 @@ aimlnotebook: repository: nexus3.o-ran-sc.org:10002/o-ran-sc/portal-aiml-notebook-docker pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.0.0" + tag: "1.0.1" -- 2.16.6