From 9fc6440d3a8d8b382a35fa51a354d350922a11a2 Mon Sep 17 00:00:00 2001 From: Isaac Date: Tue, 26 Aug 2025 10:54:39 +0200 Subject: [PATCH 1/3] Chore set to default --- .tekton/images-mirror-set.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/images-mirror-set.yaml b/.tekton/images-mirror-set.yaml index c96eab23..d1aae89d 100644 --- a/.tekton/images-mirror-set.yaml +++ b/.tekton/images-mirror-set.yaml @@ -6,5 +6,5 @@ metadata: spec: imageDigestMirrors: - mirrors: - - quay.io/redhat-user-workloads/dvo-obsint-tenant/deployment-validation-operator/deployment-validation-operator@sha256:adc04c0dfe8f18a34d3f7631b58979bd244c52b9aca17d7547aca7ba90de2557 + - quay.io/redhat-user-workloads/dvo-obsint-tenant/deployment-validation-operator/deployment-validation-operator source: registry.redhat.io/dvo/deployment-validation-rhel8-operator From 1ae474e6c41614215db4a9af28085ac599a078bb Mon Sep 17 00:00:00 2001 From: Isaac Date: Tue, 26 Aug 2025 10:55:22 +0200 Subject: [PATCH 2/3] Upgrade bundle to release 12 and operator image sha update --- konflux-ci/bundle/bundle.Dockerfile | 2 +- ...nt-validation-operator.clusterserviceversion.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/konflux-ci/bundle/bundle.Dockerfile b/konflux-ci/bundle/bundle.Dockerfile index 9a84053d..525d3502 100644 --- a/konflux-ci/bundle/bundle.Dockerfile +++ b/konflux-ci/bundle/bundle.Dockerfile @@ -6,7 +6,7 @@ COPY ./metadata /metadata LABEL com.redhat.component="deployment-validation-operator-bundle-container" \ name="app-sre/deployment-validation-operator-bundle" \ version="0.7" \ - release="11" \ + release="12" \ distribution-scope="private" \ vendor="Red Hat, Inc." \ url="github.com/app-sre/deployment-validation-operator/" \ diff --git a/konflux-ci/bundle/manifests/deployment-validation-operator.clusterserviceversion.yaml b/konflux-ci/bundle/manifests/deployment-validation-operator.clusterserviceversion.yaml index ef91d8a1..d88a966c 100644 --- a/konflux-ci/bundle/manifests/deployment-validation-operator.clusterserviceversion.yaml +++ b/konflux-ci/bundle/manifests/deployment-validation-operator.clusterserviceversion.yaml @@ -6,7 +6,7 @@ metadata: capabilities: Basic Install categories: Application Runtime, Monitoring, Security certified: "false" - containerImage: registry.redhat.io/dvo/deployment-validation-rhel8-operator + containerImage: registry.redhat.io/dvo/deployment-validation-rhel8-operator@sha256:cea717212b60d860eeabb63d96e8b9c47faceaeb4c2f0fcb879d486a19c37b3d createdAt: 2024-11-27T00:00:00Z description: The deployment validation operator operators.openshift.io/valid-subscription: "[\"OpenShift Container Platform\", \"OpenShift Platform Plus\"]" @@ -25,7 +25,7 @@ metadata: features.operators.openshift.io/token-auth-aws: "false" features.operators.openshift.io/token-auth-azure: "false" features.operators.openshift.io/token-auth-gcp: "false" - name: deployment-validation-operator.v0.7.11 + name: deployment-validation-operator.v0.7.12 spec: description: | The Deployment Validation Operator (DVO) checks deployments and other resources against a curated collection of best practices. @@ -104,7 +104,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: registry.redhat.io/dvo/deployment-validation-rhel8-operator + image: registry.redhat.io/dvo/deployment-validation-rhel8-operator@sha256:cea717212b60d860eeabb63d96e8b9c47faceaeb4c2f0fcb879d486a19c37b3d imagePullPolicy: Always name: deployment-validation-operator ports: @@ -173,7 +173,7 @@ spec: - name: repository url: https://github.com/app-sre/deployment-validation-operator - name: containerImage - url: registry.redhat.io/dvo/deployment-validation-rhel8-operator + url: registry.redhat.io/dvo/deployment-validation-rhel8-operator@sha256:cea717212b60d860eeabb63d96e8b9c47faceaeb4c2f0fcb879d486a19c37b3d maintainers: - name: Red Hat email: dvo-owners@redhat.com @@ -184,6 +184,6 @@ spec: matchLabels: alm-owner-dvo: deployment-validation-operator operated-by: deployment-validation-operator - replaces: deployment-validation-operator.v0.7.9 + replaces: deployment-validation-operator.v0.7.11 skipRange: ">=0.0.10 <0.7.5" - version: 0.7.11 + version: 0.7.12 From 35f65c71192e513217c6f7094155bbb3911b6785 Mon Sep 17 00:00:00 2001 From: Isaac Date: Tue, 26 Aug 2025 11:22:28 +0200 Subject: [PATCH 3/3] Fix specify image digests on mirrordigestset --- .tekton/images-mirror-set.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/images-mirror-set.yaml b/.tekton/images-mirror-set.yaml index d1aae89d..16fdd353 100644 --- a/.tekton/images-mirror-set.yaml +++ b/.tekton/images-mirror-set.yaml @@ -6,5 +6,5 @@ metadata: spec: imageDigestMirrors: - mirrors: - - quay.io/redhat-user-workloads/dvo-obsint-tenant/deployment-validation-operator/deployment-validation-operator - source: registry.redhat.io/dvo/deployment-validation-rhel8-operator + - quay.io/redhat-user-workloads/dvo-obsint-tenant/deployment-validation-operator/deployment-validation-operator@sha256:cea717212b60d860eeabb63d96e8b9c47faceaeb4c2f0fcb879d486a19c37b3d + source: registry.redhat.io/dvo/deployment-validation-rhel8-operator@sha256:cea717212b60d860eeabb63d96e8b9c47faceaeb4c2f0fcb879d486a19c37b3d