-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release-1.12] dataImportCronTemplates: Remove CentOS 7 & stream 8 (#…
…3066) * dataImportCronTemplates: Remove CentOS 7 & stream 8 Both releases are now EOL with their associated containerdisks also deprecated ahead of removal in the near future: kubevirt/containerdisks#154 kubevirt/containerdisks#152 Conflicts: assets/dataImportCronTemplates/dataImportCronTemplates.yaml tests/func-tests/golden_image_test.go NOTE: The conflict is due to commits c70bb07 and 4e8265f missing in release-1.12. Signed-off-by: Lee Yarwood <[email protected]> Co-authored-by: Felix Matouschek <fmatouschek.com> * tests: Remove use of CentOS 8 from golden image func tests The source of this image stream is also changed to the smaller and more up to date containerdisks project version of the image. Conflicts: tests/func-tests/golden_image_test.go NOTE: The conflict is due to commit 4e8265f missing in release-1.12. Signed-off-by: Lee Yarwood <[email protected]> Co-authored-by: Felix Matouschek <[email protected]> --------- Signed-off-by: Lee Yarwood <[email protected]> Co-authored-by: Lee Yarwood <[email protected]>
- Loading branch information
Showing
5 changed files
with
10 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
- metadata: | ||
name: centos8-image-cron-is | ||
name: centos-stream9-image-cron-is | ||
spec: | ||
schedule: "0 */12 * * *" | ||
template: | ||
spec: | ||
source: | ||
registry: | ||
imageStream: "centos8" | ||
imageStream: "centos-stream9" | ||
pullMethod: node | ||
storage: | ||
resources: | ||
requests: | ||
storage: 10Gi | ||
garbageCollect: Outdated | ||
managedDataSource: centos8-is | ||
managedDataSource: centos-stream9-is |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters