diff --git a/assets/dataImportCronTemplates/dataImportCronTemplates.yaml b/assets/dataImportCronTemplates/dataImportCronTemplates.yaml index 579ede2dab..858d099c01 100644 --- a/assets/dataImportCronTemplates/dataImportCronTemplates.yaml +++ b/assets/dataImportCronTemplates/dataImportCronTemplates.yaml @@ -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" @@ -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 diff --git a/tests/func-tests/golden_image_test.go b/tests/func-tests/golden_image_test.go index 5a7b47ce82..68cf399e7a 100644 --- a/tests/func-tests/golden_image_test.go +++ b/tests/func-tests/golden_image_test.go @@ -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{ {