Skip to content

Commit

Permalink
feat: update controller rock to v1.14.1 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
misohu authored Feb 6, 2025
1 parent 0fb8a34 commit c24c3e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions controller/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Based on https://github.com/kserve/kserve/blob/v0.13.0/Dockerfile
# Based on https://github.com/kserve/kserve/blob/v0.14.1/Dockerfile
name: kserve-controller
summary: KServe controller
description: "KServe controller manager"
version: "0.13.0"
version: "0.14.1"
license: Apache-2.0
base: [email protected]
platforms:
Expand All @@ -29,9 +29,9 @@ parts:
plugin: go
source: https://github.com/kserve/kserve
source-type: git
source-tag: v0.13.0
source-tag: v0.14.1
build-snaps:
- go/1.21/stable
- go/1.22/stable
build-environment:
- CGO_ENABLED: 0
- GOOS: linux
Expand Down

0 comments on commit c24c3e4

Please sign in to comment.