From 7ac1ca05ad7e189ff276a18713d598553564e4b0 Mon Sep 17 00:00:00 2001 From: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> Date: Fri, 17 Jan 2025 18:46:08 +0100 Subject: [PATCH] update the kfp version Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> --- hack/synchronize-pipelines-manifests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/synchronize-pipelines-manifests.sh b/hack/synchronize-pipelines-manifests.sh index 28f4570b0a..3a2d47b736 100755 --- a/hack/synchronize-pipelines-manifests.sh +++ b/hack/synchronize-pipelines-manifests.sh @@ -15,7 +15,7 @@ set -euxo pipefail IFS=$'\n\t' -COMMIT="2.3.0" # You can use tags as well +COMMIT="2.4.0" # You can use tags as well SRC_DIR=${SRC_DIR:=/tmp/kubeflow-pipelines} BRANCH=${BRANCH:=synchronize-kubeflow-pipelines-manifests-${COMMIT?}}