Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
copejon committed Jul 6, 2018
1 parent f5b698d commit 58ff4f6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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 @@ -65,7 +65,7 @@ spec:
serviceAccountName: cdi-sa
containers:
- name: cdi-controller
image: kubevirt/cdi-controller:v1.0.0
image: kubevirt/cdi-controller:v1.1.0-alpha.1
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:v1.0.0
image: kubevirt/cdi-importer:v1.1.0-alpha.1
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 @@ -9,7 +9,7 @@ import (
// TODO: maybe the vm cloner can use these common values

const (
CDI_VERSION = "v1.0.0"
CDI_VERSION = "v1.1.0-alpha.1"

IMPORTER_DEFAULT_IMAGE = "docker.io/kubevirt/cdi-importer:" + CDI_VERSION
CDI_LABEL_KEY = "app"
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/json-iterator/go/Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/k8s.io/client-go/discovery/fake/discovery_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/k8s.io/kube-openapi/Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.0
v1.1.0-alpha.1

0 comments on commit 58ff4f6

Please sign in to comment.