Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix wrong pipeline paths in READMEs #353

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@ Visit [RBAC permissions for running the tasks](docs/tasks-rbac-permissions.md) i

## Examples

#### [Windows BIOS Installer Pipeline](pipelines/windows-bios-installer)
#### [Windows BIOS Installer Pipeline](release/pipelines/windows-bios-installer)

Downloads a Windows ISO file into a PVC and automatically installs Windows in BIOS mode by using a custom Answer file into a new base DataVolume.
Supported Windows versions: Windows 10

#### [Windows EFI Installer Pipeline](pipelines/windows-efi-installer)
#### [Windows EFI Installer Pipeline](release/pipelines/windows-efi-installer)

Downloads a Windows ISO file into a PVC and automatically installs Windows 11 or Server 2k22 with EFI enabled by using a custom Answer file into a new base DataVolume.
Supported Windows versions: Windows 11, Server 2k22

#### [Windows Customize Pipeline](pipelines/windows-customize)
#### [Windows Customize Pipeline](release/pipelines/windows-customize)

Applies customizations to an existing Windows 10, 11, Server 2k22 installation by using a custom Answer file and creates a new base DataVolume.
Supported Windows versions: Windows 10, 11, Server 2k22
Expand Down
2 changes: 1 addition & 1 deletion release/pipelines/windows-efi-installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ After the ISO is modified it creates a new VirtualMachine which boots from the m

- KubeVirt `>=v1.0.0`
- Tekton Pipelines `>=v0.43.0`
- Apply ConfigMaps with Windows sysprep (or select one which you will need) - examples can be found here: https://github.com/kubevirt/kubevirt-tekton-tasks/tree/main/pipelines/windows-efi-installer/configmaps
- Apply ConfigMaps with Windows sysprep (or select one which you will need) - examples can be found here: https://github.com/kubevirt/kubevirt-tekton-tasks/tree/main/release/pipelines/windows-efi-installer/configmaps


### Obtain Windows 11 ISO download URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
continue with installation until some key is pressed. The non prompt
bootloader will not require any key press. This task is used in
combination with KubeVirt. It is part of windows-efi-installer pipeline
https://github.com/kubevirt/kubevirt-tekton-tasks/tree/main/examples/pipelines/windows-efi-installer.
https://github.com/kubevirt/kubevirt-tekton-tasks/tree/main/release/pipelines/windows-efi-installer.
params:
- name: pvcName
description: PersistentVolumeClaim which contains windows iso.
Expand Down
2 changes: 1 addition & 1 deletion templates-pipelines/windows-efi-installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ After the ISO is modified it creates a new VirtualMachine which boots from the m

- KubeVirt `>=v1.0.0`
- Tekton Pipelines `>=v0.43.0`
- Apply ConfigMaps with Windows sysprep (or select one which you will need) - examples can be found here: https://github.com/kubevirt/kubevirt-tekton-tasks/tree/main/pipelines/windows-efi-installer/configmaps
- Apply ConfigMaps with Windows sysprep (or select one which you will need) - examples can be found here: https://github.com/kubevirt/kubevirt-tekton-tasks/tree/main/release/pipelines/windows-efi-installer/configmaps


### Obtain Windows 11 ISO download URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
continue with installation until some key is pressed. The non prompt
bootloader will not require any key press. This task is used in
combination with KubeVirt. It is part of windows-efi-installer pipeline
https://github.com/kubevirt/kubevirt-tekton-tasks/tree/main/examples/pipelines/windows-efi-installer.
https://github.com/kubevirt/kubevirt-tekton-tasks/tree/main/release/pipelines/windows-efi-installer.
params:
- name: pvcName
description: PersistentVolumeClaim which contains windows iso.
Expand Down