From c3ae58ebd5f1dbc6cad086d8702a636dfb471910 Mon Sep 17 00:00:00 2001 From: VaishnaviHire Date: Tue, 4 Jun 2024 16:04:25 -0400 Subject: [PATCH] Update manifests for release --- get_all_manifests.sh | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/get_all_manifests.sh b/get_all_manifests.sh index dce3604b301..bc1961090fb 100755 --- a/get_all_manifests.sh +++ b/get_all_manifests.sh @@ -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:branch-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:release-0.12.0:config:odh-model-controller" - ["kserve"]="opendatahub-io:kserve:release-v0.12.1: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.4.1-odh:config:codeflare" + ["ray"]="opendatahub-io:kuberay:v1.1.1-odh:ray-operator/config:ray" + ["kueue"]="opendatahub-io:kueue:v0.6.2-odh:config:kueue" + ["data-science-pipelines-operator"]="opendatahub-io:data-science-pipelines-operator:v2.2.0:config:data-science-pipelines-operator" + ["odh-dashboard"]="opendatahub-io:odh-dashboard:v2.23.0-odh-release:manifests:dashboard" + ["kf-notebook-controller"]="opendatahub-io:kubeflow:v1.7.0-11:components/notebook-controller/config:odh-notebook-controller/kf-notebook-controller" + ["odh-notebook-controller"]="opendatahub-io:kubeflow:v1.7.0-11:components/odh-notebook-controller/config:odh-notebook-controller/odh-notebook-controller" + ["notebooks"]="opendatahub-io:notebooks:v1.19.0:manifests:notebooks" + ["trustyai"]="trustyai-explainability:trustyai-service-operator:release/1.21.0:config:trustyai-service-operator" + ["model-mesh"]="opendatahub-io:modelmesh-serving:v0.12.0.1-rc0:config:model-mesh" + ["odh-model-controller"]="opendatahub-io:odh-model-controller:v0.12.0.1:config:odh-model-controller" + ["kserve"]="opendatahub-io:kserve:v0.12.1.1:config:kserve" + ["modelregistry"]="opendatahub-io:model-registry-operator:v0.2.1:config:model-registry-operator" + ["trainingoperator"]="opendatahub-io:training-operator:v1.8.0-odh:manifests:trainingoperator" ) # Allow overwriting repo using flags component=repo