Skip to content

Commit

Permalink
Create a v0.8 release (#40)
Browse files Browse the repository at this point in the history
* manifests: Use v0.8.0 tag

Signed-off-by: Kimonas Sotirchos <[email protected]>

* releasing: Trigger actino for building v0.8.0 docker tag

Signed-off-by: Kimonas Sotirchos <[email protected]>
  • Loading branch information
kimwnasptd committed Jun 30, 2022
1 parent 53de789 commit 1f8db3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
app.kubernetes.io/component: kserve-models-web-app
spec:
containers:
- image: kserve/models-web-app:latest
- image: kserve/models-web-app:v0.8.0
imagePullPolicy: Always
name: kserve-models-web-app
envFrom:
Expand Down
2 changes: 1 addition & 1 deletion releasing/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.7.0
v0.8.0

0 comments on commit 1f8db3c

Please sign in to comment.