Skip to content

Commit

Permalink
Merge pull request #613 from kubevirt-bot/cherry-pick-611-to-release-…
Browse files Browse the repository at this point in the history
…v0.18

[release-v0.18] fix: fix default instanceTypeName parameter in tekton pipelines
  • Loading branch information
kubevirt-bot authored Jul 3, 2023
2 parents 68e566b + a5f372c commit 4ce75c0
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 4ce75c0

Please sign in to comment.