Skip to content

Commit

Permalink
change datavolume api version to v1
Browse files Browse the repository at this point in the history
Signed-off-by: Karel Šimon <[email protected]>
  • Loading branch information
ksimon1 committed Aug 23, 2021
1 parent e7eefd3 commit 2c261e3
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion templates/centos6.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ objects:
]
spec:
dataVolumeTemplates:
- apiVersion: cdi.kubevirt.io/v1beta1
- apiVersion: cdi.kubevirt.io/v1
kind: DataVolume
metadata:
name: ${NAME}
Expand Down
2 changes: 1 addition & 1 deletion templates/centos7.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ objects:
]
spec:
dataVolumeTemplates:
- apiVersion: cdi.kubevirt.io/v1beta1
- apiVersion: cdi.kubevirt.io/v1
kind: DataVolume
metadata:
name: ${NAME}
Expand Down
2 changes: 1 addition & 1 deletion templates/centos8.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ objects:
]
spec:
dataVolumeTemplates:
- apiVersion: cdi.kubevirt.io/v1beta1
- apiVersion: cdi.kubevirt.io/v1
kind: DataVolume
metadata:
name: ${NAME}
Expand Down
2 changes: 1 addition & 1 deletion templates/fedora.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ objects:
]
spec:
dataVolumeTemplates:
- apiVersion: cdi.kubevirt.io/v1beta1
- apiVersion: cdi.kubevirt.io/v1
kind: DataVolume
metadata:
name: ${NAME}
Expand Down
2 changes: 1 addition & 1 deletion templates/opensuse.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ objects:
]
spec:
dataVolumeTemplates:
- apiVersion: cdi.kubevirt.io/v1beta1
- apiVersion: cdi.kubevirt.io/v1
kind: DataVolume
metadata:
name: ${NAME}
Expand Down
2 changes: 1 addition & 1 deletion templates/rhel6.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ objects:
]
spec:
dataVolumeTemplates:
- apiVersion: cdi.kubevirt.io/v1beta1
- apiVersion: cdi.kubevirt.io/v1
kind: DataVolume
metadata:
name: ${NAME}
Expand Down
2 changes: 1 addition & 1 deletion templates/rhel7.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ objects:
]
spec:
dataVolumeTemplates:
- apiVersion: cdi.kubevirt.io/v1beta1
- apiVersion: cdi.kubevirt.io/v1
kind: DataVolume
metadata:
name: ${NAME}
Expand Down
2 changes: 1 addition & 1 deletion templates/rhel8.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ objects:
]
spec:
dataVolumeTemplates:
- apiVersion: cdi.kubevirt.io/v1beta1
- apiVersion: cdi.kubevirt.io/v1
kind: DataVolume
metadata:
name: ${NAME}
Expand Down
2 changes: 1 addition & 1 deletion templates/rhel9.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ objects:
]
spec:
dataVolumeTemplates:
- apiVersion: cdi.kubevirt.io/v1beta1
- apiVersion: cdi.kubevirt.io/v1
kind: DataVolume
metadata:
name: ${NAME}
Expand Down
2 changes: 1 addition & 1 deletion templates/ubuntu.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ objects:
]
spec:
dataVolumeTemplates:
- apiVersion: cdi.kubevirt.io/v1beta1
- apiVersion: cdi.kubevirt.io/v1
kind: DataVolume
metadata:
name: ${NAME}
Expand Down
2 changes: 1 addition & 1 deletion templates/windows10.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ objects:
]
spec:
dataVolumeTemplates:
- apiVersion: cdi.kubevirt.io/v1beta1
- apiVersion: cdi.kubevirt.io/v1
kind: DataVolume
metadata:
name: ${NAME}
Expand Down
2 changes: 1 addition & 1 deletion templates/windows2k12.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ objects:
]
spec:
dataVolumeTemplates:
- apiVersion: cdi.kubevirt.io/v1beta1
- apiVersion: cdi.kubevirt.io/v1
kind: DataVolume
metadata:
name: ${NAME}
Expand Down
2 changes: 1 addition & 1 deletion templates/windows2k16.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ objects:
]
spec:
dataVolumeTemplates:
- apiVersion: cdi.kubevirt.io/v1beta1
- apiVersion: cdi.kubevirt.io/v1
kind: DataVolume
metadata:
name: ${NAME}
Expand Down
2 changes: 1 addition & 1 deletion templates/windows2k19.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ objects:
]
spec:
dataVolumeTemplates:
- apiVersion: cdi.kubevirt.io/v1beta1
- apiVersion: cdi.kubevirt.io/v1
kind: DataVolume
metadata:
name: ${NAME}
Expand Down

0 comments on commit 2c261e3

Please sign in to comment.