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" )