Skip to content

Commit

Permalink
Synchronize kserve manifests v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-stanek committed Jan 11, 2025
1 parent 894072c commit e2593d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/synchronize-kserve-kserve-manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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?}}

Expand Down

0 comments on commit e2593d0

Please sign in to comment.