Skip to content

Commit

Permalink
Test 2.22.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
VaishnaviHire committed Dec 11, 2024
1 parent 79e1b94 commit c09f69d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions get_all_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ GITHUB_URL="https://github.com"
# component: notebook, dsp, kserve, dashbaord, cf/ray/kueue/trainingoperator, trustyai, modelmesh, modelregistry.
# in the format of "repo-org:repo-name:ref-name:source-folder:target-folder".
declare -A COMPONENT_MANIFESTS=(
["codeflare"]="opendatahub-io:codeflare-operator:main:config:codeflare"
["ray"]="opendatahub-io:kuberay:dev:ray-operator/config:ray"
["kueue"]="opendatahub-io:kueue:dev:config:kueue"
["data-science-pipelines-operator"]="opendatahub-io:data-science-pipelines-operator:main:config:data-science-pipelines-operator"
["odh-dashboard"]="opendatahub-io:odh-dashboard:main:manifests:dashboard"
["kf-notebook-controller"]="opendatahub-io:kubeflow:v1.7-branch:components/notebook-controller/config:odh-notebook-controller/kf-notebook-controller"
["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.12.0-rc0:config:model-mesh"
["odh-model-controller"]="opendatahub-io:odh-model-controller:incubating:config:odh-model-controller"
["kserve"]="opendatahub-io:kserve:release-v0.14:config:kserve"
["modelregistry"]="opendatahub-io:model-registry-operator:main:config:model-registry-operator"
["trainingoperator"]="opendatahub-io:training-operator:dev:manifests:trainingoperator"
["codeflare"]="opendatahub-io:codeflare-operator:v1.12.0:config:codeflare"
["ray"]="opendatahub-io:kuberay:v1.1.0-odh-2:ray-operator/config:ray"
["kueue"]="opendatahub-io:kueue:v0.8.3:config:kueue"
["data-science-pipelines-operator"]="opendatahub-io:data-science-pipelines-operator:v2.8.0:config:data-science-pipelines-operator"
["odh-dashboard"]="opendatahub-io:odh-dashboard:v2.29.2-odh-release:manifests:dashboard"
["kf-notebook-controller"]="opendatahub-io:kubeflow:v1.9.0-5:components/notebook-controller/config:odh-notebook-controller/kf-notebook-controller"
["odh-notebook-controller"]="opendatahub-io:kubeflow:v1.9.0-5:components/odh-notebook-controller/config:odh-notebook-controller/odh-notebook-controller"
["notebooks"]="opendatahub-io:notebooks:v1.27.0:manifests:notebooks"
["trustyai"]="trustyai-explainability:trustyai-service-operator:release/1.30.0:config:trustyai-service-operator"
["model-mesh"]="opendatahub-io:modelmesh-serving:odh-v2.22:config:model-mesh"
["odh-model-controller"]="opendatahub-io:odh-model-controller:odh-v2.22:config:odh-model-controller"
["kserve"]="opendatahub-io:kserve:odh-v2.22:config:kserve"
["modelregistry"]="opendatahub-io:model-registry-operator:release/v0.2.11:config:model-registry-operator"
["trainingoperator"]="opendatahub-io:training-operator:v1.8.0-odh-3:manifests:trainingoperator"
)

# Allow overwriting repo using flags component=repo
Expand Down

0 comments on commit c09f69d

Please sign in to comment.