Skip to content

Commit cbf80c8

Browse files
ODH 2.10 Release (#951)
(cherry picked from commit 2fb24a6)
1 parent 21abefd commit cbf80c8

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

get_all_manifests.sh

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ GITHUB_URL="https://github.com/"
66
# component: notebook, dsp, kserve, dashbaord, cf/ray/kueue, trustyai, modelmesh, modelregistry.
77
# in the format of "repo-org:repo-name:branch-name:source-folder:target-folder".
88
declare -A COMPONENT_MANIFESTS=(
9-
["codeflare"]="opendatahub-io:codeflare-operator:main:config:codeflare"
10-
["ray"]="opendatahub-io:kuberay:dev:ray-operator/config:ray"
11-
["kueue"]="opendatahub-io:kueue:dev:config:kueue"
12-
["data-science-pipelines-operator"]="opendatahub-io:data-science-pipelines-operator:main:config:data-science-pipelines-operator"
13-
["odh-dashboard"]="opendatahub-io:odh-dashboard:incubation:manifests:dashboard"
14-
["kf-notebook-controller"]="opendatahub-io:kubeflow:v1.7-branch:components/notebook-controller/config:odh-notebook-controller/kf-notebook-controller"
15-
["odh-notebook-controller"]="opendatahub-io:kubeflow:v1.7-branch:components/odh-notebook-controller/config:odh-notebook-controller/odh-notebook-controller"
16-
["notebooks"]="opendatahub-io:notebooks:main:manifests:notebooks"
17-
["trustyai"]="trustyai-explainability:trustyai-service-operator:main:config:trustyai-service-operator"
18-
["model-mesh"]="opendatahub-io:modelmesh-serving:release-0.11.1:config:model-mesh"
19-
["odh-model-controller"]="opendatahub-io:odh-model-controller:release-0.12.0:config:odh-model-controller"
20-
["kserve"]="opendatahub-io:kserve:release-v0.11.1:config:kserve"
21-
["modelregistry"]="opendatahub-io:model-registry-operator:main:config:model-registry-operator"
9+
["codeflare"]="opendatahub-io:codeflare-operator:v1.2.0:config:codeflare"
10+
["ray"]="opendatahub-io:kuberay:v1.0.0-rhoai:ray-operator/config:ray"
11+
["kueue"]="opendatahub-io:kueue:v0.6.0-rhoai-2.9:config:kueue"
12+
["data-science-pipelines-operator"]="opendatahub-io:data-science-pipelines-operator:v2.0.1:config:data-science-pipelines-operator"
13+
["odh-dashboard"]="opendatahub-io:odh-dashboard:v2.21.2-incubation-release:manifests:dashboard"
14+
["kf-notebook-controller"]="opendatahub-io:kubeflow:v1.7.0-8:components/notebook-controller/config:odh-notebook-controller/kf-notebook-controller"
15+
["odh-notebook-controller"]="opendatahub-io:kubeflow:v1.7.0-8:components/odh-notebook-controller/config:odh-notebook-controller/odh-notebook-controller"
16+
["notebooks"]="opendatahub-io:notebooks:v1.16.0:manifests:notebooks"
17+
["trustyai"]="trustyai-explainability:trustyai-service-operator:release/1.18.0:config:trustyai-service-operator"
18+
["model-mesh"]="opendatahub-io:modelmesh-serving:v0.11.1.3:config:model-mesh"
19+
["odh-model-controller"]="opendatahub-io:odh-model-controller:v0.11.1.3:config:odh-model-controller"
20+
["kserve"]="opendatahub-io:kserve:v0.11.1.3:config:kserve"
21+
["modelregistry"]="opendatahub-io:model-registry-operator:v0.1.2:config:model-registry-operator"
2222
)
2323

2424
# Allow overwriting repo using flags component=repo

0 commit comments

Comments
 (0)