From d71fce54a08aaa60fa66e9247aee67ad3f05442f Mon Sep 17 00:00:00 2001 From: Isaac Date: Tue, 19 Aug 2025 11:21:05 +0200 Subject: [PATCH 1/2] Fix bundle for multi-arch --- .tekton/images-mirror-set.yaml | 10 ---------- ...ment-validation-operator.clusterserviceversion.yaml | 2 ++ 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.tekton/images-mirror-set.yaml b/.tekton/images-mirror-set.yaml index 515eb03d..c96eab23 100644 --- a/.tekton/images-mirror-set.yaml +++ b/.tekton/images-mirror-set.yaml @@ -1,16 +1,6 @@ --- apiVersion: config.openshift.io/v1 kind: ImageDigestMirrorSet -metadata: - name: staging-mirror-set -spec: - imageDigestMirrors: - - mirrors: - - quay.io/redhat-user-workloads/dvo-obsint-tenant/deployment-validation-operator/deployment-validation-operator@sha256:cb4a68ebedba10bbd504fb271b3b7cc52d01ed13557dcb9604059f1ba98717d1 - source: registry.stage.redhat.io/dvo/deployment-validation-rhel8-operator ---- -apiVersion: config.openshift.io/v1 -kind: ImageDigestMirrorSet metadata: name: prod-mirror-set spec: diff --git a/konflux-ci/bundle/manifests/deployment-validation-operator.clusterserviceversion.yaml b/konflux-ci/bundle/manifests/deployment-validation-operator.clusterserviceversion.yaml index d5a9b6f7..07992f15 100644 --- a/konflux-ci/bundle/manifests/deployment-validation-operator.clusterserviceversion.yaml +++ b/konflux-ci/bundle/manifests/deployment-validation-operator.clusterserviceversion.yaml @@ -167,6 +167,8 @@ spec: labels: alm-owner-dvo: deployment-validation-operator operated-by: deployment-validation-operator + operatorframework.io/arch.amd64: supported + operatorframework.io/arch.amd64: supported links: - name: repository url: https://github.com/app-sre/deployment-validation-operator From 5a42b76c5e9151f9299b3f2ff7169b393617ffa3 Mon Sep 17 00:00:00 2001 From: Isaac Date: Tue, 19 Aug 2025 11:25:21 +0200 Subject: [PATCH 2/2] Fix bundle for multi-arch --- .../deployment-validation-operator.clusterserviceversion.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/konflux-ci/bundle/manifests/deployment-validation-operator.clusterserviceversion.yaml b/konflux-ci/bundle/manifests/deployment-validation-operator.clusterserviceversion.yaml index 07992f15..ef91d8a1 100644 --- a/konflux-ci/bundle/manifests/deployment-validation-operator.clusterserviceversion.yaml +++ b/konflux-ci/bundle/manifests/deployment-validation-operator.clusterserviceversion.yaml @@ -168,7 +168,7 @@ spec: alm-owner-dvo: deployment-validation-operator operated-by: deployment-validation-operator operatorframework.io/arch.amd64: supported - operatorframework.io/arch.amd64: supported + operatorframework.io/arch.arm64: supported links: - name: repository url: https://github.com/app-sre/deployment-validation-operator