Skip to content

Commit

Permalink
Merge pull request #619 from ksimon1/revert-583
Browse files Browse the repository at this point in the history
[release-v0.31] fix: revert #583
  • Loading branch information
kubevirt-bot authored Sep 23, 2024
2 parents 97a15b0 + 58fcaa5 commit 5ab31b1
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion templates/centos-stream8.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ objects:
kind: DataSource
name: ${DATA_SOURCE_NAME}
namespace: ${DATA_SOURCE_NAMESPACE}
runStrategy: Halted
running: false
template:
metadata:
annotations:
Expand Down
2 changes: 1 addition & 1 deletion templates/centos-stream9.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ objects:
kind: DataSource
name: ${DATA_SOURCE_NAME}
namespace: ${DATA_SOURCE_NAMESPACE}
runStrategy: Halted
running: false
template:
metadata:
annotations:
Expand Down
2 changes: 1 addition & 1 deletion templates/centos6.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ objects:
kind: DataSource
name: ${DATA_SOURCE_NAME}
namespace: ${DATA_SOURCE_NAMESPACE}
runStrategy: Halted
running: false
template:
metadata:
annotations:
Expand Down
2 changes: 1 addition & 1 deletion templates/centos7.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ objects:
kind: DataSource
name: ${DATA_SOURCE_NAME}
namespace: ${DATA_SOURCE_NAMESPACE}
runStrategy: Halted
running: false
template:
metadata:
annotations:
Expand Down
2 changes: 1 addition & 1 deletion templates/fedora.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ objects:
kind: DataSource
name: ${DATA_SOURCE_NAME}
namespace: ${DATA_SOURCE_NAMESPACE}
runStrategy: Halted
running: false
template:
metadata:
annotations:
Expand Down
2 changes: 1 addition & 1 deletion templates/opensuse.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ objects:
kind: DataSource
name: ${DATA_SOURCE_NAME}
namespace: ${DATA_SOURCE_NAMESPACE}
runStrategy: Halted
running: false
template:
metadata:
annotations:
Expand Down
2 changes: 1 addition & 1 deletion templates/rhel7.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ objects:
kind: DataSource
name: ${DATA_SOURCE_NAME}
namespace: ${DATA_SOURCE_NAMESPACE}
runStrategy: Halted
running: false
template:
metadata:
annotations:
Expand Down
2 changes: 1 addition & 1 deletion templates/rhel8.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ objects:
kind: DataSource
name: ${DATA_SOURCE_NAME}
namespace: ${DATA_SOURCE_NAMESPACE}
runStrategy: Halted
running: false
template:
metadata:
annotations:
Expand Down
2 changes: 1 addition & 1 deletion templates/rhel9.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ objects:
kind: DataSource
name: ${DATA_SOURCE_NAME}
namespace: ${DATA_SOURCE_NAMESPACE}
runStrategy: Halted
running: false
template:
metadata:
annotations:
Expand Down
2 changes: 1 addition & 1 deletion templates/ubuntu.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ objects:
kind: DataSource
name: ${DATA_SOURCE_NAME}
namespace: ${DATA_SOURCE_NAMESPACE}
runStrategy: Halted
running: false
template:
metadata:
annotations:
Expand Down
2 changes: 1 addition & 1 deletion templates/windows10.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ objects:
kind: DataSource
name: ${DATA_SOURCE_NAME}
namespace: ${DATA_SOURCE_NAMESPACE}
runStrategy: Halted
running: false
template:
metadata:
annotations:
Expand Down
2 changes: 1 addition & 1 deletion templates/windows11.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ objects:
kind: DataSource
name: ${DATA_SOURCE_NAME}
namespace: ${DATA_SOURCE_NAMESPACE}
runStrategy: Halted
running: false
template:
metadata:
annotations:
Expand Down
2 changes: 1 addition & 1 deletion templates/windows2k16.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ objects:
kind: DataSource
name: ${DATA_SOURCE_NAME}
namespace: ${DATA_SOURCE_NAMESPACE}
runStrategy: Halted
running: false
template:
metadata:
annotations:
Expand Down
2 changes: 1 addition & 1 deletion templates/windows2k19.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ objects:
kind: DataSource
name: ${DATA_SOURCE_NAME}
namespace: ${DATA_SOURCE_NAMESPACE}
runStrategy: Halted
running: false
template:
metadata:
annotations:
Expand Down
2 changes: 1 addition & 1 deletion templates/windows2k22.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ objects:
kind: DataSource
name: ${DATA_SOURCE_NAME}
namespace: ${DATA_SOURCE_NAMESPACE}
runStrategy: Halted
running: false
template:
metadata:
annotations:
Expand Down
2 changes: 1 addition & 1 deletion templates/windows2k25.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ objects:
kind: DataSource
name: ${DATA_SOURCE_NAME}
namespace: ${DATA_SOURCE_NAMESPACE}
runStrategy: Halted
running: false
template:
metadata:
annotations:
Expand Down

0 comments on commit 5ab31b1

Please sign in to comment.