Skip to content

Commit

Permalink
Merge pull request #353 from ksimon1/fix-url
Browse files Browse the repository at this point in the history
fix: fix wrong pipeline paths in READMEs
  • Loading branch information
ksimon1 authored Mar 20, 2024
2 parents 374337b + 7fd041d commit 0590fcf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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

0 comments on commit 0590fcf

Please sign in to comment.