Skip to content

Commit

Permalink
dataImportCronTemplates: Remove CentOS 7 & stream 8
Browse files Browse the repository at this point in the history
Both releases are now EOL with their associated containerdisks also
deprecated ahead of removal in the near future:

kubevirt/containerdisks#154
kubevirt/containerdisks#152

Signed-off-by: Lee Yarwood <lyarwood@redhat.com>
  • Loading branch information
lyarwood committed Aug 22, 2024
1 parent f0e1643 commit 3eadcaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
34 changes: 0 additions & 34 deletions assets/dataImportCronTemplates/dataImportCronTemplates.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
- metadata:
annotations:
cdi.kubevirt.io/storage.bind.immediate.requested: "true"
name: centos-stream8-image-cron
spec:
schedule: "0 */12 * * *"
template:
spec:
source:
registry:
url: docker://quay.io/containerdisks/centos-stream:8
storage:
resources:
requests:
storage: 10Gi
garbageCollect: Outdated
managedDataSource: centos-stream8
- metadata:
annotations:
cdi.kubevirt.io/storage.bind.immediate.requested: "true"
Expand Down Expand Up @@ -49,20 +32,3 @@
storage: 5Gi
garbageCollect: Outdated
managedDataSource: fedora
- metadata:
annotations:
cdi.kubevirt.io/storage.bind.immediate.requested: "true"
name: centos-7-image-cron
spec:
schedule: "0 */12 * * *"
template:
spec:
source:
registry:
url: docker://quay.io/containerdisks/centos:7-2009
storage:
resources:
requests:
storage: 10Gi
garbageCollect: Outdated
managedDataSource: centos7
2 changes: 1 addition & 1 deletion tests/func-tests/golden_image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
)

var (
expectedImages = []string{"centos-7-image-cron", "centos-stream8-image-cron", "centos-stream9-image-cron", "centos8-image-cron-is", "fedora-image-cron"}
expectedImages = []string{"centos-stream9-image-cron", "centos8-image-cron-is", "fedora-image-cron"}
imageNamespace = defaultImageNamespace
expectedImageStreams = []tests.ImageStreamConfig{
{
Expand Down

0 comments on commit 3eadcaf

Please sign in to comment.