From f69cf8e3097b6148131dac1afe882f96fa3e5f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Hern=C3=A1ndez?= Date: Tue, 21 May 2024 13:54:10 -0600 Subject: [PATCH] chore: Update model serving incubation branches (manifests) * ModelMesh new incubation branch is now `release-v0.12.0-rc0` * KServe new incubation branch is now `release-v0.12.1`. --- get_all_manifests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get_all_manifests.sh b/get_all_manifests.sh index 9aeb9cc6943..dce3604b301 100755 --- a/get_all_manifests.sh +++ b/get_all_manifests.sh @@ -15,9 +15,9 @@ declare -A COMPONENT_MANIFESTS=( ["odh-notebook-controller"]="opendatahub-io:kubeflow:v1.7-branch:components/odh-notebook-controller/config:odh-notebook-controller/odh-notebook-controller" ["notebooks"]="opendatahub-io:notebooks:main:manifests:notebooks" ["trustyai"]="trustyai-explainability:trustyai-service-operator:main:config:trustyai-service-operator" - ["model-mesh"]="opendatahub-io:modelmesh-serving:release-0.11.1:config:model-mesh" + ["model-mesh"]="opendatahub-io:modelmesh-serving:release-0.12.0-rc0:config:model-mesh" ["odh-model-controller"]="opendatahub-io:odh-model-controller:release-0.12.0:config:odh-model-controller" - ["kserve"]="opendatahub-io:kserve:release-v0.11.1:config:kserve" + ["kserve"]="opendatahub-io:kserve:release-v0.12.1:config:kserve" ["modelregistry"]="opendatahub-io:model-registry-operator:main:config:model-registry-operator" ["trainingoperator"]="opendatahub-io:training-operator:dev:manifests:trainingoperator" )