From 90ac7ae42a9820cc3163b3cb38ca95333358889e Mon Sep 17 00:00:00 2001 From: Karel Simon Date: Thu, 20 Jun 2024 10:23:05 +0200 Subject: [PATCH] fix: missing acceptEula param in win10 PipelineRun Signed-off-by: Karel Simon --- release/pipelines/windows-efi-installer/README.md | 2 ++ .../windows-efi-installer/pipelineruns/pipelineruns.yaml | 2 ++ .../windows-efi-installer/pipelineruns/pipelineruns.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/release/pipelines/windows-efi-installer/README.md b/release/pipelines/windows-efi-installer/README.md index b9ae6fdc4..fd3de6c41 100644 --- a/release/pipelines/windows-efi-installer/README.md +++ b/release/pipelines/windows-efi-installer/README.md @@ -125,6 +125,8 @@ spec: params: - name: winImageDownloadURL value: ${WIN_IMAGE_DOWNLOAD_URL} + - name: acceptEula + value: false - name: preferenceName value: windows.10.virtio - name: autounattendConfigMapName diff --git a/release/pipelines/windows-efi-installer/pipelineruns/pipelineruns.yaml b/release/pipelines/windows-efi-installer/pipelineruns/pipelineruns.yaml index a599a41f4..b530a7968 100644 --- a/release/pipelines/windows-efi-installer/pipelineruns/pipelineruns.yaml +++ b/release/pipelines/windows-efi-installer/pipelineruns/pipelineruns.yaml @@ -37,6 +37,8 @@ spec: params: - name: winImageDownloadURL value: ${WIN_IMAGE_DOWNLOAD_URL} + - name: acceptEula + value: false - name: preferenceName value: windows.10.virtio - name: autounattendConfigMapName diff --git a/templates-pipelines/windows-efi-installer/pipelineruns/pipelineruns.yaml b/templates-pipelines/windows-efi-installer/pipelineruns/pipelineruns.yaml index f729ac74c..c7c80301b 100644 --- a/templates-pipelines/windows-efi-installer/pipelineruns/pipelineruns.yaml +++ b/templates-pipelines/windows-efi-installer/pipelineruns/pipelineruns.yaml @@ -37,6 +37,8 @@ spec: params: - name: winImageDownloadURL value: ${WIN_IMAGE_DOWNLOAD_URL} + - name: acceptEula + value: false - name: preferenceName value: windows.10.virtio - name: autounattendConfigMapName