From: josephthaliath Date: Thu, 7 Dec 2023 14:15:40 +0000 (+0530) Subject: Update I release recipe files for Kserve adapter X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=deec3a747e6a772a6be291aa8ec962a28f839125;p=aiml-fw%2Faimlfw-dep.git Update I release recipe files for Kserve adapter Issue-Id: AIMLFW-70 Change-Id: Ibf1a5d6b52831cfe7e2d5b1b5dce0c9905714f5a Signed-off-by: josephthaliath --- 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