From deec3a747e6a772a6be291aa8ec962a28f839125 Mon Sep 17 00:00:00 2001 From: josephthaliath Date: Thu, 7 Dec 2023 19:45:40 +0530 Subject: [PATCH] Update I release recipe files for Kserve adapter Issue-Id: AIMLFW-70 Change-Id: Ibf1a5d6b52831cfe7e2d5b1b5dce0c9905714f5a Signed-off-by: josephthaliath --- RECIPE_EXAMPLE/example_recipe_nexus_images_oran_i_release.yaml | 10 ++++++++++ .../example_recipe_nexus_images_staging_oran_i_release.yaml | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_i_release.yaml b/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_i_release.yaml index 7898799..9734ab0 100644 --- a/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_i_release.yaml +++ b/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_i_release.yaml @@ -75,3 +75,13 @@ aimlnotebook: pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "1.1.2" + +kserveadapter: + image: + repository: nexus3.o-ran-sc.org:10002/o-ran-sc/aiml-fw-aihp-ips-kserve-adapter-docker + pullPolicy: IfNotPresent + # Overrides the image tag whose default is the chart appVersion. + tag: "1.0.1" + ric_dms: + ip: + port: 8000 diff --git a/RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_i_release.yaml b/RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_i_release.yaml index ee665ca..dd988c0 100644 --- a/RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_i_release.yaml +++ b/RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_i_release.yaml @@ -75,3 +75,13 @@ aimlnotebook: pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "1.0.0" + +kserveadapter: + image: + repository: nexus3.o-ran-sc.org:10004/o-ran-sc/aiml-fw-aihp-ips-kserve-adapter-docker + pullPolicy: IfNotPresent + # Overrides the image tag whose default is the chart appVersion. + tag: "1.0.0" + ric_dms: + ip: + port: 8000 -- 2.16.6