From b64bd058b331bb9101214219107ffc8539f7c3d3 Mon Sep 17 00:00:00 2001 From: Swaraj Kumar Date: Tue, 23 Sep 2025 13:49:11 +0530 Subject: [PATCH] Remove Kserve adapter instance from local recipe Removed kserve adapter instance from the local recipe file. `example_recipe_local_images_oran_latest.yaml` Issue-ID: AIMLFW-252 Change-Id: I28a84661e84f13612ce2b529e01e6edca4b66684 Signed-off-by: Swaraj Kumar --- RECIPE_EXAMPLE/example_recipe_local_images_oran_latest.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/RECIPE_EXAMPLE/example_recipe_local_images_oran_latest.yaml b/RECIPE_EXAMPLE/example_recipe_local_images_oran_latest.yaml index d42bde5..fa3dc14 100644 --- a/RECIPE_EXAMPLE/example_recipe_local_images_oran_latest.yaml +++ b/RECIPE_EXAMPLE/example_recipe_local_images_oran_latest.yaml @@ -82,16 +82,6 @@ aimlnotebook: # Overrides the image tag whose default is the chart appVersion. tag: "latest" -kserveadapter: - image: - repository: kserve-adapter - pullPolicy: IfNotPresent - # Overrides the image tag whose default is the chart appVersion. - tag: "1.0.1" - ric_dms: - ip: - port: 8000 - modelmgmtservice: image: repository: modelmgmtservice -- 2.16.6