Skip to content

Commit

Permalink
fix: fix default instanceTypeName parameter in tekton pipelines
Browse files Browse the repository at this point in the history
n1.large instance type was renamed to o1.large

Signed-off-by: Karel Šimon <ksimon@redhat.com>
  • Loading branch information
ksimon1 authored and kubevirt-bot committed Jun 30, 2023
1 parent 68e566b commit a5f372c
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 @@ -11,7 +11,7 @@ spec:
- name: instanceTypeName
type: string
description: Name of VirtualMachineClusterInstancetype object
default: n1.large
default: u1.large
- name: instanceTypeKind
type: string
description: Kind of VirtualMachineInstancetype object
Expand Down
2 changes: 1 addition & 1 deletion data/tekton-pipelines/windows-customize-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
- name: instanceTypeName
type: string
description: Name of VirtualMachineClusterInstancetype object
default: n1.large
default: u1.large
- name: instanceTypeKind
type: string
description: Kind of VirtualMachineInstancetype object
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 @@ -11,7 +11,7 @@ spec:
- name: instanceTypeName
type: string
description: Name of VirtualMachineClusterInstancetype object
default: n1.large
default: u1.large
- name: instanceTypeKind
type: string
description: Kind of VirtualMachineInstancetype object
Expand Down

0 comments on commit a5f372c

Please sign in to comment.