Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions get_all_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@ DST_CHARTS_DIR="./opt/charts"

# ODH Component Manifests
declare -A ODH_COMPONENT_MANIFESTS=(
["dashboard"]="opendatahub-io:odh-dashboard:main@b46b6a5d4f6f2c46c539530027a58cd6974efc3e:manifests"
["workbenches/kf-notebook-controller"]="opendatahub-io:kubeflow:main@0fc24b48fad6af13d64ff6bf930d101964b5c588:components/notebook-controller/config"
["workbenches/odh-notebook-controller"]="opendatahub-io:kubeflow:main@0fc24b48fad6af13d64ff6bf930d101964b5c588:components/odh-notebook-controller/config"
["workbenches/notebooks"]="opendatahub-io:notebooks:main@1266e9a942ac899c8a7c42ea4a4f4d8e73775461:manifests"
["kserve"]="opendatahub-io:kserve:release-v0.15@379909884399e0cdbb720d584219e6c7b8d11fdd:config"
["dashboard"]="opendatahub-io:odh-dashboard:main@a474209a031dd750a1be4b70a8c6c12f862c0969:manifests"
["workbenches/kf-notebook-controller"]="opendatahub-io:kubeflow:main@61206ddd8dce14c7601900b2cc8b3adeafda8662:components/notebook-controller/config"
["workbenches/odh-notebook-controller"]="opendatahub-io:kubeflow:main@61206ddd8dce14c7601900b2cc8b3adeafda8662:components/odh-notebook-controller/config"
["workbenches/notebooks"]="opendatahub-io:notebooks:main@4d2febfba491b5b5949c6c7a5f9dc7fcf885eee1:manifests"
["kserve"]="opendatahub-io:kserve:release-v0.15@f7294c58f823ec35986ef3bfeb4e2a6623a62b17:config"
["ray"]="opendatahub-io:kuberay:dev@b5ee4c9963783dad6a8917abfa29c4e91d8630ec:ray-operator/config"
["trustyai"]="opendatahub-io:trustyai-service-operator:incubation@25e144dd0f4c311c53cbe069fed18fb93fdb3a7d:config"
["modelregistry"]="opendatahub-io:model-registry-operator:main@279acc6ea21f1c0ad11c1deaabf48819bb868f03:config"
["modelregistry"]="opendatahub-io:model-registry-operator:main@ce7bf2c3de304907db1dc69079d5cf9d5ec3ca12:config"
["trainingoperator"]="opendatahub-io:training-operator:stable@bfceb07994dc72751c4f445f8d27e673292bc0b5:manifests"
["datasciencepipelines"]="opendatahub-io:data-science-pipelines-operator:main@976f622093eeab657c36c12215d305faeb1d879a:config"
["modelcontroller"]="opendatahub-io:odh-model-controller:incubating@9a7657e99fb5cb6ab0c80861b621dcc3210ae029:config"
["feastoperator"]="opendatahub-io:feast:stable@0c85e244d3182b4570164f6d66c8b106a207c070:infra/feast-operator/config"
["llamastackoperator"]="opendatahub-io:llama-stack-k8s-operator:odh@76895fce0f00a3a7e147b7f5689a7d1b4ed5b6c9:config"
["trainer"]="opendatahub-io:trainer:stable@6b4be8aa3c4a12cf81b94bba4aca5d9b3e52d906:manifests"
["maas"]="opendatahub-io:maas-billing:main@6bcdb80286dd20bcac27ec0aaa06c1c1828e3327:deployment"
["mlflowoperator"]="opendatahub-io:mlflow-operator:main@08fd16ae240c0c8118741c4e7fdc34541f9965e3:config"
["sparkoperator"]="opendatahub-io:spark-operator:main@ca38ec94e2a7859d65d6c8b045181ab6b7dd8e51:config"
["modelcontroller"]="opendatahub-io:odh-model-controller:incubating@9175e1f0d69639d9cb78805498868102165c96d1:config"
["feastoperator"]="opendatahub-io:feast:stable@8e15fae8afea29a0cbf789e715a29309837af007:infra/feast-operator/config"
["llamastackoperator"]="opendatahub-io:llama-stack-k8s-operator:odh@a5d32a8a739f0952e00fce008fbccbfff866ed76:config"
["trainer"]="opendatahub-io:trainer:stable@587ed537ca3d189e29a1ccb69270e8e6057c4ea7:manifests"
["maas"]="opendatahub-io:maas-billing:main@a4cc8fc8808ccf1ff62157dc4a9156e717da95a6:deployment"
["mlflowoperator"]="opendatahub-io:mlflow-operator:main@e9697f6a4130314a6e892e632dd502f2bd28e3c1:config"
["sparkoperator"]="opendatahub-io:spark-operator:main@718b11b2eb9ab5c7de67b74614edc6b9c5057f70:config"
["wva"]="opendatahub-io:workload-variant-autoscaler:main@10487abd04701ad3f2aefc1fdb9beb6cc7680905:config"
)

Expand Down
Loading