Skip to content

Commit

Permalink
fix: syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Wen Zhou <wenzhou@redhat.com>
  • Loading branch information
zdtsw committed Oct 24, 2024
1 parent a2c1973 commit f9a7ffe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions get_all_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit f9a7ffe

Please sign in to comment.