diff --git a/.tekton/images-mirror-set.yaml b/.tekton/images-mirror-set.yaml index fa16e794..515eb03d 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 + - 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 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..d5a9b6f7 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 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 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