Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tekton/images-mirror-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
2 changes: 1 addition & 1 deletion konflux-ci/bundle/bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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\"]"
Expand All @@ -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.
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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