Skip to content

Commit

Permalink
update kserve to 0.14
Browse files Browse the repository at this point in the history
Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>
  • Loading branch information
juliusvonkohout committed Nov 4, 2024
1 parent b99c3b7 commit f3af884
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 @@ -70,8 +70,8 @@ cp $SRC_DIR/kserve/install/"$KSERVE_VERSION"/* $DST_DIR -r
echo "Successfully copied all manifests."

echo "Updating README..."
SRC_TXT="\[.*\](https://github.com/kserve/kserve/tree/.*)"
DST_TXT="\[$COMMIT\](https://github.com/kserve/kserve/tree/$COMMIT/install/$KSERVE_VERSION)"
SRC_TXT="\[.*\](https://github.com/kserve/kserve/releases/tag/.*)"
DST_TXT="\[$COMMIT\](https://github.com/kserve/kserve/releases/tag/$COMMIT/install/$KSERVE_VERSION)"

sed -i "s|$SRC_TXT|$DST_TXT|g" "${MANIFESTS_DIR}"/README.md

Expand Down

0 comments on commit f3af884

Please sign in to comment.