Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woohhan committed Jul 23, 2020
1 parent 8e3278d commit de04644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: kubevirt-image-service
containers:
- name: kubevirt-image-service
image: quay.io/tmaxanc/kubevirt-image-service:latest
image: quay.io/tmaxanc/kubevirt-image-service:v1.1.0
command:
- kubevirt-image-service
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package version

var (
// Version of kubevirt-image-service
Version = "1.0.0"
Version = "1.1.0"
)

0 comments on commit de04644

Please sign in to comment.