Skip to content

Commit

Permalink
Bump version of kubevirt and kubevirt API
Browse files Browse the repository at this point in the history
  • Loading branch information
MarSik committed Jan 17, 2019
1 parent 3aabb3b commit 23cf119
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ branches:
- /^v[0-9]/
env:
global:
- KUBEVIRT_VER=v0.12.0-alpha.3
- KUBEVIRT_VER=v0.13.0
- CPLATFORM=minikube CVER=1.11.2
jobs:
include:
Expand Down
2 changes: 1 addition & 1 deletion automation/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ else
fi

export KUBEVIRT_PROVIDER="os-3.11.0"
export VERSION="v0.12.0-alpha.3"
export VERSION="v0.13.0"

curl -Lo virtctl \
https://github.com/kubevirt/kubevirt/releases/download/$VERSION/virtctl-$VERSION-linux-amd64
Expand Down
5 changes: 2 additions & 3 deletions templates/_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
template.cnv.io/type: "base"

objects:
- apiVersion: kubevirt.io/v1alpha2
- apiVersion: kubevirt.io/v1alpha3
kind: VirtualMachine
metadata:
name: ${NAME}
Expand Down Expand Up @@ -60,10 +60,9 @@ objects:
- disk:
bus: virtio
name: rootdisk
volumeName: rootvolume
terminationGracePeriodSeconds: 0
volumes:
- name: rootvolume
- name: rootdisk
persistentVolumeClaim:
claimName: ${PVCNAME}
- cloudInitNoCloud:
Expand Down
5 changes: 2 additions & 3 deletions templates/win2k12r2.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ metadata:
template.cnv.io/type: "base"

objects:
- apiVersion: kubevirt.io/v1alpha2
- apiVersion: kubevirt.io/v1alpha3
kind: VirtualMachine
metadata:
name: ${NAME}
Expand Down Expand Up @@ -83,14 +83,13 @@ objects:
- disk:
bus: sata
name: rootdisk
volumeName: rootvolume
interfaces:
- bridge: {}
model: e1000e
name: default
terminationGracePeriodSeconds: 0
volumes:
- name: rootvolume
- name: rootdisk
persistentVolumeClaim:
claimName: ${PVCNAME}
networks:
Expand Down

0 comments on commit 23cf119

Please sign in to comment.