Skip to content

Commit

Permalink
Update virtio image version to v1.0.1
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 Oct 30, 2023
1 parent 02b3392 commit 7f3f204
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.0.0
default: quay.io/kubevirt/virtio-container-disk:v1.0.1
- 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.0.0
- default: quay.io/kubevirt/virtio-container-disk:v1.0.1
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 @@ -25,7 +25,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.0.0"
DefaultVirtioIMG = "quay.io/kubevirt/virtio-container-disk:v1.0.1"

defaultOperatorVersion = "devel"
)
Expand Down

0 comments on commit 7f3f204

Please sign in to comment.