From e44dcbe1ce33b67df6686fba001e6ab5b37f1534 Mon Sep 17 00:00:00 2001 From: Vaishnavi Hire Date: Wed, 4 Oct 2023 09:04:09 -0400 Subject: [PATCH] Update Dashboard branch in incubation (#598) --- get_all_manifests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_all_manifests.sh b/get_all_manifests.sh index 301c1dd709d..768643a2f2e 100755 --- a/get_all_manifests.sh +++ b/get_all_manifests.sh @@ -14,7 +14,7 @@ declare -A COMPONENT_MANIFESTS=( ["codeflare"]="opendatahub-io:distributed-workloads:main:codeflare-stack:codeflare" ["ray"]="opendatahub-io:distributed-workloads:main:ray:ray" ["data-science-pipelines-operator"]="opendatahub-io:data-science-pipelines-operator:main:config:data-science-pipelines-operator" - ["odh-dashboard"]="opendatahub-io:odh-dashboard:main:manifests:odh-dashboard" + ["odh-dashboard"]="opendatahub-io:odh-dashboard:incubation:manifests:odh-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"