-
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.
tests: Remove use of CentOS 8 from 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 hack/check_golden_images.sh NOTE: The conflict is due to commit 2e339b9 missing in release-1.8. Signed-off-by: Lee Yarwood <[email protected]> Co-authored-by: Felix Matouschek <[email protected]>
- Loading branch information
Showing
4 changed files
with
16 additions
and
16 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
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