Update I release recipe files for Kserve adapter 86/12186/1
authorjosephthaliath <jo.thaliath@samsung.com>
Thu, 7 Dec 2023 14:15:40 +0000 (19:45 +0530)
committerjosephthaliath <jo.thaliath@samsung.com>
Thu, 7 Dec 2023 14:15:40 +0000 (19:45 +0530)
Issue-Id: AIMLFW-70

Change-Id: Ibf1a5d6b52831cfe7e2d5b1b5dce0c9905714f5a
Signed-off-by: josephthaliath <jo.thaliath@samsung.com>
RECIPE_EXAMPLE/example_recipe_nexus_images_oran_i_release.yaml
RECIPE_EXAMPLE/example_recipe_nexus_images_staging_oran_i_release.yaml

index 7898799..9734ab0 100644 (file)
@@ -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: <Fill IP of ric dms>
+    port: 8000
index ee665ca..dd988c0 100644 (file)
@@ -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: <Fill IP of ric dms>
+    port: 8000