Skip to content

Commit

Permalink
Update virtio image version to v1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Kubevirt tekton tasks operator Update Automation <ksimon@redhat.com>
  • Loading branch information
ksimon1 committed Mar 11, 2024
1 parent 80c38df commit d38df29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/tekton-pipelines/windows-bios-installer-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- name: virtioContainerDiskName
description: Reference to the containerdisk containing the virtio-win drivers ISO.
type: string
default: quay.io/kubevirt/virtio-container-disk:v1.1.1
default: quay.io/kubevirt/virtio-container-disk:v1.2.0
- name: installCDRomName
description: Name of datavolume which contains iso file.
type: string
Expand Down
2 changes: 1 addition & 1 deletion data/tekton-pipelines/windows-efi-installer-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
description: Name of the ConfigMap containing the sysprep configuration files (autounattend.xml, etc.). For example windows11-autounattend or windows2022-autounattend. It is possible to provide customize ConfigMaps created by the user too.
name: autounattendConfigMapName
type: string
- default: quay.io/kubevirt/virtio-container-disk:v1.1.1
- default: quay.io/kubevirt/virtio-container-disk:v1.2.0
description: Reference to the containerdisk containing the virtio-win drivers ISO.
name: virtioContainerDiskName
type: string
Expand Down
2 changes: 1 addition & 1 deletion internal/common/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (

DefaultTektonTasksIMG = "quay.io/kubevirt/tekton-tasks:" + TektonTasksVersion
DeafultTektonTasksDiskVirtIMG = "quay.io/kubevirt/tekton-tasks-disk-virt:" + TektonTasksVersion
DefaultVirtioIMG = "quay.io/kubevirt/virtio-container-disk:v1.1.1"
DefaultVirtioIMG = "quay.io/kubevirt/virtio-container-disk:v1.2.0"

defaultOperatorVersion = "devel"
)
Expand Down

0 comments on commit d38df29

Please sign in to comment.