Skip to content

Commit

Permalink
Update storage initializer to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
misohu committed Jun 13, 2024
1 parent 195b695 commit 23c4d63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions storage-initializer/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Based on https://github.com/kserve/kserve/blob/v0.12.1/python/storage-initializer.Dockerfile
# Based on https://github.com/kserve/kserve/blob/v0.13.0/python/storage-initializer.Dockerfile
#
# See ../CONTRIBUTING.md for more details about the patterns used in this rock.
# This rock is implemented with some atypical patterns due to the native of the upstream
name: storage-initializer
summary: Storage initializer for Kserve deployments
description: "Kserve storage initializer"
version: "0.12.1"
version: "0.13.0"
license: Apache-2.0
base: [email protected]
platforms:
Expand Down Expand Up @@ -38,7 +38,7 @@ parts:
python:
plugin: nil
source: https://github.com/kserve/kserve.git
source-tag: v0.12.1
source-tag: v0.13.0
build-packages:
- gcc
- libkrb5-dev
Expand Down Expand Up @@ -86,7 +86,7 @@ parts:
after: [python]
source: https://github.com/kserve/kserve.git
source-subdir: python
source-tag: v0.12.1
source-tag: v0.13.0
override-build: |
cp -fr third_party/* ${CRAFT_PART_INSTALL}/third_party
Expand Down

0 comments on commit 23c4d63

Please sign in to comment.