From 65258ad3630db3ae7873a25138d8683307f455e7 Mon Sep 17 00:00:00 2001 From: Isaac Date: Mon, 7 Jul 2025 18:18:12 +0200 Subject: [PATCH 1/4] Update release version to 11 --- build/Dockerfile | 2 +- konflux-ci/bundle/bundle.Dockerfile | 2 +- ...ment-validation-operator.clusterserviceversion.yaml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index a19d386f..5f5e5dc3 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -30,7 +30,7 @@ LABEL name="deployment-validation-operator" \ io.k8s.description="Deployment Validation Operator for OpenShift" \ io.openshift.tags="dvo,deployment-validation-operator" \ version="0.7" \ - release="10" + release="11" ENTRYPOINT ["/usr/local/bin/entrypoint"] diff --git a/konflux-ci/bundle/bundle.Dockerfile b/konflux-ci/bundle/bundle.Dockerfile index b0d74e0a..9a84053d 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="10" \ + release="11" \ 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 64f1febb..81de6f61 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.stage.redhat.io/dvo/deployment-validation-rhel8-operator + containerImage: registry.redhat.io/dvo/deployment-validation-rhel8-operator:0.7.11 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.10 + name: deployment-validation-operator.v0.7.11 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.stage.redhat.io/dvo/deployment-validation-rhel8-operator + image: registry.redhat.io/dvo/deployment-validation-rhel8-operator:0.7.11 imagePullPolicy: Always name: deployment-validation-operator ports: @@ -171,7 +171,7 @@ spec: - name: repository url: https://github.com/app-sre/deployment-validation-operator - name: containerImage - url: quay.io/redhat-user-workloads/dvo-obsint-tenant/deployment-validation-operator/deployment-validation-operator + url: registry.redhat.io/dvo/deployment-validation-rhel8-operator maintainers: - name: Red Hat email: dvo-owners@redhat.com @@ -184,4 +184,4 @@ spec: operated-by: deployment-validation-operator replaces: deployment-validation-operator.v0.7.9 skipRange: ">=0.0.10 <0.7.5" - version: 0.7.10 + version: 0.7.11 From 5babc21502ef2f2bc25a65917b24efba569e24f1 Mon Sep 17 00:00:00 2001 From: Isaac Date: Tue, 8 Jul 2025 16:29:49 +0200 Subject: [PATCH 2/4] Update operator build --- .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 fa16e794..0eb174ca 100644 --- a/.tekton/images-mirror-set.yaml +++ b/.tekton/images-mirror-set.yaml @@ -16,5 +16,5 @@ metadata: spec: imageDigestMirrors: - mirrors: - - quay.io/redhat-user-workloads/dvo-obsint-tenant/deployment-validation-operator/deployment-validation-operator@sha256:63883be503162382f850c20dd3f034b69ea6ab6eb04c497e4254e17a09e99587 - source: registry.redhat.io/dvo/deployment-validation-rhel8-operator + - quay.io/redhat-user-workloads/dvo-obsint-tenant/deployment-validation-operator/deployment-validation-operator@sha256:adc04c0dfe8f18a34d3f7631b58979bd244c52b9aca17d7547aca7ba90de2557 + source: registry.redhat.io/dvo/deployment-validation-rhel8-operator:0.7.11 From 82517a8963728c7090c5e1c1caa7f0e65327ad05 Mon Sep 17 00:00:00 2001 From: Isaac Date: Tue, 8 Jul 2025 16:42:30 +0200 Subject: [PATCH 3/4] Fix annotation --- .../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 81de6f61..6593ff59 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:0.7.11 + containerImage: registry.redhat.io/dvo/deployment-validation-rhel8-operator createdAt: 2024-11-27T00:00:00Z description: The deployment validation operator operators.openshift.io/valid-subscription: "[\"OpenShift Container Platform\", \"OpenShift Platform Plus\"]" From 52e3d5c59bb2b34bd6eb7c192d09f8ef1563d8a8 Mon Sep 17 00:00:00 2001 From: Isaac Date: Tue, 8 Jul 2025 16:49:16 +0200 Subject: [PATCH 4/4] Fix unpinned images --- .tekton/images-mirror-set.yaml | 2 +- .../deployment-validation-operator.clusterserviceversion.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/images-mirror-set.yaml b/.tekton/images-mirror-set.yaml index 0eb174ca..515eb03d 100644 --- a/.tekton/images-mirror-set.yaml +++ b/.tekton/images-mirror-set.yaml @@ -17,4 +17,4 @@ spec: imageDigestMirrors: - mirrors: - quay.io/redhat-user-workloads/dvo-obsint-tenant/deployment-validation-operator/deployment-validation-operator@sha256:adc04c0dfe8f18a34d3f7631b58979bd244c52b9aca17d7547aca7ba90de2557 - source: registry.redhat.io/dvo/deployment-validation-rhel8-operator:0.7.11 + source: registry.redhat.io/dvo/deployment-validation-rhel8-operator diff --git a/konflux-ci/bundle/manifests/deployment-validation-operator.clusterserviceversion.yaml b/konflux-ci/bundle/manifests/deployment-validation-operator.clusterserviceversion.yaml index 6593ff59..d5a9b6f7 100644 --- a/konflux-ci/bundle/manifests/deployment-validation-operator.clusterserviceversion.yaml +++ b/konflux-ci/bundle/manifests/deployment-validation-operator.clusterserviceversion.yaml @@ -104,7 +104,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: registry.redhat.io/dvo/deployment-validation-rhel8-operator:0.7.11 + image: registry.redhat.io/dvo/deployment-validation-rhel8-operator imagePullPolicy: Always name: deployment-validation-operator ports: