diff --git a/get_all_manifests.sh b/get_all_manifests.sh index 56698b807cf..c3cdb222da4 100755 --- a/get_all_manifests.sh +++ b/get_all_manifests.sh @@ -11,13 +11,13 @@ declare -A COMPONENT_MANIFESTS=( ["kueue"]="red-hat-data-services:kueue:rhoai-2.15:config:kueue" ["data-science-pipelines-operator"]="red-hat-data-services:data-science-pipelines-operator:rhoai-2.15:config:data-science-pipelines-operator" ["odh-dashboard"]="red-hat-data-services:odh-dashboard:rhoai-2.15:manifests:dashboard" - ["kf-notebook-controller"]="red-hat-data-services:kubeflow:rhoai-2.15::components/notebook-controller/config:odh-notebook-controller/kf-notebook-controller" - ["odh-notebook-controller"]="red-hat-data-services:kubeflow:rhoai-2.15::components/odh-notebook-controller/config:odh-notebook-controller/odh-notebook-controller" + ["kf-notebook-controller"]="red-hat-data-services:kubeflow:rhoai-2.15:components/notebook-controller/config:odh-notebook-controller/kf-notebook-controller" + ["odh-notebook-controller"]="red-hat-data-services:kubeflow:rhoai-2.15:components/odh-notebook-controller/config:odh-notebook-controller/odh-notebook-controller" ["notebooks"]="red-hat-data-services:notebooks:rhoai-2.15:manifests:notebooks" - ["trustyai"]="trustyai-explainability:trustyai-service-operator:rhoai-2.15:config:trustyai-service-operator" - ["model-mesh"]="red-hat-data-services:modelmesh-serving:rhoai-2.15::config:model-mesh" - ["odh-model-controller"]="red-hat-data-services:odh-model-controller:rhoai-2.15::config:odh-model-controller" - ["kserve"]="red-hat-data-services:kserve:rhoai-2.15::config:kserve" + ["trustyai"]="red-hat-data-services:trustyai-service-operator:rhoai-2.15:config:trustyai-service-operator" + ["model-mesh"]="red-hat-data-services:modelmesh-serving:rhoai-2.15:config:model-mesh" + ["odh-model-controller"]="red-hat-data-services:odh-model-controller:rhoai-2.15:config:odh-model-controller" + ["kserve"]="red-hat-data-services:kserve:rhoai-2.15:config:kserve" ["modelregistry"]="red-hat-data-services:model-registry-operator:rhoai-2.15:config:model-registry-operator" ["trainingoperator"]="red-hat-data-services:training-operator:rhoai-2.15:manifests:trainingoperator" )