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 @@ -12,7 +12,7 @@ spec:
apiVersion: operator.openshift.io/v1alpha1
kind: ImageDigestMirrorSet
metadata:
name: staging-mirror-set
name: prod-mirror-set
spec:
imageDigestMirrors:
- mirrors:
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="9" \
release="10" \
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.redhat.io/dvo/deployment-validation-rhel8-operator
containerImage: registry.stage.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 Down Expand Up @@ -104,7 +104,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: registry.redhat.io/dvo/deployment-validation-rhel8-operator
image: registry.stage.redhat.io/dvo/deployment-validation-rhel8-operator
imagePullPolicy: Always
name: deployment-validation-operator
ports:
Expand Down
18 changes: 18 additions & 0 deletions konflux-ci/cli-manifests/prod-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
apiVersion: appstudio.redhat.com/v1alpha1
kind: Release
metadata:
name: prod-release-snapshot-0515-rc3
namespace: dvo-obsint-tenant
spec:
releasePlan: release-plan-prod
snapshot: prod-snapshot-0515-rc3
data:
releaseNotes:
topic: Deployment Validation Operator 0.7.10
synopsis: Maintenance update
description: |
This release resolves issues with outdated libraries and vulnerabilities present in the 0.7.9 release.
solution: |
Before applying this update, make sure all previously released errata relevant to your system have been applied. For details on how to apply this update, refer to: https://access.redhat.com/articles/11258
references: []
24 changes: 24 additions & 0 deletions konflux-ci/cli-manifests/prod-snapshot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
apiVersion: appstudio.redhat.com/v1alpha1
kind: Snapshot
metadata:
name: prod-snapshot-0515-rc3
namespace: dvo-obsint-tenant
labels:
test.appstudio.openshift.io/type: override
appstudio.openshift.io/application: deployment-validation-operator
spec:
application: deployment-validation-operator
components:
- name: deployment-validation-operator
containerImage: quay.io/redhat-user-workloads/dvo-obsint-tenant/deployment-validation-operator/deployment-validation-operator@sha256:fc0ac3e259047a8d5992bb57c3a8d104eb9c1cf0cdcee77de2e4405ac03ce24f
source:
git:
url: https://github.com/app-sre/deployment-validation-operator
revision: a62da3432830f7dadc2d014a38e1ca8177700bb5
- name: deployment-validation-operator-bundle
containerImage: quay.io/redhat-user-workloads/dvo-obsint-tenant/deployment-validation-operator-bundle@sha256:14be44a154bd0cb0ddceaa52737c0eadf9b9f56dbfe3eae73610dac439958ba0
source:
git:
url: https://github.com/app-sre/deployment-validation-operator
revision: a62da3432830f7dadc2d014a38e1ca8177700bb5
1 change: 1 addition & 0 deletions konflux-ci/cli-manifests/staging-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ metadata:
namespace: dvo-obsint-tenant
labels:
test.appstudio.openshift.io/type: override
appstudio.openshift.io/application: deployment-validation-operator
spec:
application: deployment-validation-operator
components:
Expand Down