From 912dcaa9d1f4ba0242b297e408976504efc8f73c Mon Sep 17 00:00:00 2001 From: Ugo Giordano Date: Thu, 23 Jan 2025 16:56:32 +0100 Subject: [PATCH] Align get_all_manifests.sh with Kubeflow main branch (#1550) --- get_all_manifests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get_all_manifests.sh b/get_all_manifests.sh index 9ec4da949e3..3995b03be6b 100755 --- a/get_all_manifests.sh +++ b/get_all_manifests.sh @@ -7,8 +7,8 @@ GITHUB_URL="https://github.com" # in the format of "repo-org:repo-name:ref-name:source-folder" and key is the target folder under manifests/ declare -A COMPONENT_MANIFESTS=( ["dashboard"]="opendatahub-io:odh-dashboard:main:manifests" - ["workbenches/kf-notebook-controller"]="opendatahub-io:kubeflow:v1.7-branch:components/notebook-controller/config" - ["workbenches/odh-notebook-controller"]="opendatahub-io:kubeflow:v1.7-branch:components/odh-notebook-controller/config" + ["workbenches/kf-notebook-controller"]="opendatahub-io:kubeflow:main:components/notebook-controller/config" + ["workbenches/odh-notebook-controller"]="opendatahub-io:kubeflow:main:components/odh-notebook-controller/config" ["workbenches/notebooks"]="opendatahub-io:notebooks:main:manifests" ["modelmeshserving"]="opendatahub-io:modelmesh-serving:release-0.12.0-rc0:config" ["kserve"]="opendatahub-io:kserve:release-v0.14:config"