Skip to content

Commit

Permalink
Align get_all_manifests.sh with Kubeflow main branch (#1550)
Browse files Browse the repository at this point in the history
  • Loading branch information
ugiordan authored Jan 23, 2025
1 parent ce7b381 commit 912dcaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions get_all_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 912dcaa

Please sign in to comment.