From 40f4d0503de0ae725186791af1f28c929518df8d Mon Sep 17 00:00:00 2001 From: Chen Sun Date: Mon, 6 Nov 2023 15:30:16 -0800 Subject: [PATCH] Upgrade the upstream manifest to v1.8.0 (#444) * Upgrade the upstream manifest to v1.8.0 * Update pull-upstream.sh --- kubeflow/pull-upstream.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubeflow/pull-upstream.sh b/kubeflow/pull-upstream.sh index af6c23da..9614c532 100755 --- a/kubeflow/pull-upstream.sh +++ b/kubeflow/pull-upstream.sh @@ -16,9 +16,9 @@ set -ex -export KUBEFLOW_MANIFESTS_VERSION=v1.7.0 +export KUBEFLOW_MANIFESTS_VERSION=v1.8.0 export KUBEFLOW_MANIFESTS_REPO=https://github.com/kubeflow/manifests.git -export KUBEFLOW_PIPELINES_VERSION=2.0.0-alpha.7 +export KUBEFLOW_PIPELINES_VERSION=2.0.3 export KUBEFLOW_PIPELINES_REPO=https://github.com/kubeflow/pipelines.git # Pull Kubeflow Pipelines upstream manifests.