From e2593d090d67b50d13273f374583ec1065b94dc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Sat, 11 Jan 2025 17:31:29 +0100 Subject: [PATCH] Synchronize kserve manifests v0.14.1 --- hack/synchronize-kserve-kserve-manifests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/synchronize-kserve-kserve-manifests.sh b/hack/synchronize-kserve-kserve-manifests.sh index f29392c96..03e4729f9 100755 --- a/hack/synchronize-kserve-kserve-manifests.sh +++ b/hack/synchronize-kserve-kserve-manifests.sh @@ -15,8 +15,8 @@ set -euxo pipefail IFS=$'\n\t' -KSERVE_VERSION="v0.14.0" -COMMIT="v0.14.0" # You can use tags as well +KSERVE_VERSION="v0.14.1" +COMMIT="v0.14.1" # You can use tags as well SRC_DIR=${SRC_DIR:=/tmp/kserve} BRANCH=${BRANCH:=synchronize-kserve-manifests-${COMMIT?}}