Remove kserve adapter from recipe example file 70/14970/1
authorSwaraj Kumar <swaraj.kumar@samsung.com>
Tue, 23 Sep 2025 08:07:17 +0000 (13:37 +0530)
committerSwaraj Kumar <swaraj.kumar@samsung.com>
Tue, 23 Sep 2025 08:07:17 +0000 (13:37 +0530)
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 <swaraj.kumar@samsung.com>
RECIPE_EXAMPLE/example_recipe_nexus_images_oran_l_release.yaml

index cf79ee6..44099f9 100644 (file)
@@ -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: <Fill IP of ric dms>
-    port: 8000
-
 modelmgmtservice:
   image:
     repository: nexus3.o-ran-sc.org:10002/o-ran-sc/aiml-fw-awmf-modelmgmtservice-docker