Skip to content

Commit

Permalink
Updates the sync-kserve-kserve-manifests.sh script for 0.13.0
Browse files Browse the repository at this point in the history
Note that because kserve appears to have forgotten to include the manifests for 0.13.0 at the expected location in their repo, this script did not actually work for updating to 0.13.0.

Signed-off-by: Andrew Scribner <ca.scribner+1@gmail.com>
  • Loading branch information
ca-scribner committed Jun 10, 2024
1 parent f245770 commit eeae13e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/sync-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.12.1"
COMMIT="0.12.1" # You can use tags as well
KSERVE_VERSION="v0.13.0"
COMMIT="0.13.0" # You can use tags as well
SRC_DIR=${SRC_DIR:=/tmp/kserve}
BRANCH=${BRANCH:=sync-kserve-manifests-${COMMIT?}}

Expand Down

0 comments on commit eeae13e

Please sign in to comment.