From e57ea7e76ec30dfec50b56c18c4b29105f6d9532 Mon Sep 17 00:00:00 2001 From: Swaraj Kumar Date: Tue, 23 Sep 2025 13:37:17 +0530 Subject: [PATCH] Remove kserve adapter from recipe example file Removing Kserve adapter from L release recipe file removing from release may impact its usage in prevoious release. Hence only removing from l-release as it is not supported AIMLFW-252 Change-Id: I9a03d6be20d396c42cdfffd9b3d1c8175e6a181c Signed-off-by: Swaraj Kumar --- RECIPE_EXAMPLE/example_recipe_nexus_images_oran_l_release.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_l_release.yaml b/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_l_release.yaml index cf79ee6..44099f9 100644 --- a/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_l_release.yaml +++ b/RECIPE_EXAMPLE/example_recipe_nexus_images_oran_l_release.yaml @@ -77,16 +77,6 @@ aimlnotebook: # Overrides the image tag whose default is the chart appVersion. tag: "4.0.0" -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 - modelmgmtservice: image: repository: nexus3.o-ran-sc.org:10002/o-ran-sc/aiml-fw-awmf-modelmgmtservice-docker -- 2.16.6