Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffvance committed Jun 14, 2018
1 parent 8b73d96 commit 0066a96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifests/controller/cdi-controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
serviceAccountName: cdi-sa
containers:
- name: cdi-controller
image: kubevirt/cdi-controller:v0.5.0
image: kubevirt/cdi-controller:v1.0.0
imagePullPolicy: IfNotPresent
args: ["-v=1"] # default verbosity; change to 2 or 3 for more detailed logging
---
Expand Down
2 changes: 1 addition & 1 deletion manifests/importer/importer-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
restartPolicy: Never
containers:
- name: importer
image: kubevirt/cdi-importer:v0.5.0
image: kubevirt/cdi-importer:v1.0.0
imagePullPolicy: Always
env:
# REQUIRED! Location of source data.
Expand Down
2 changes: 1 addition & 1 deletion pkg/common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
// TODO: maybe the vm cloner can use these common values

const (
CDI_VERSION = "v0.5.0"
CDI_VERSION = "v1.0.0"

IMPORTER_DEFAULT_IMAGE = "docker.io/kubevirt/cdi-importer:" + CDI_VERSION
CDI_LABEL_KEY = "app"
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.5.0
v1.0.0

0 comments on commit 0066a96

Please sign in to comment.