Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[konflux] override params #5838

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
3 changes: 3 additions & 0 deletions images/monitoring-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ name: openshift/ose-monitoring-plugin-rhel8
payload_name: monitoring-plugin
owners:
- [email protected]
konflux:
# Until cachito support is setup https://issues.redhat.com/browse/ART-11115
mode: disabled
3 changes: 3 additions & 0 deletions images/nmstate-console-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ owners:
- [email protected]
- [email protected]
- [email protected]
konflux:
# Until cachito support is setup https://issues.redhat.com/browse/ART-11115
mode: disabled
3 changes: 3 additions & 0 deletions images/oc-mirror-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ owners:
- [email protected]
- [email protected]
- [email protected]
konflux:
# Until cachito support is setup https://issues.redhat.com/browse/ART-11115
mode: disabled
3 changes: 3 additions & 0 deletions images/openshift-enterprise-console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ name: openshift/ose-console
payload_name: console
owners:
- [email protected]
konflux:
# Until cachito support is setup https://issues.redhat.com/browse/ART-11115
mode: disabled
3 changes: 3 additions & 0 deletions images/ose-alibaba-machine-controllers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ owners:
- [email protected]
- [email protected]
- [email protected]
konflux:
# Until https://issues.redhat.com/browse/ART-11577 is resolved
mode: disabled
3 changes: 3 additions & 0 deletions images/ose-cli-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ payload_name: cli-artifacts
owners:
- [email protected]
- [email protected]
konflux:
vm_override:
aarch64: linux-d160/arm64
4 changes: 4 additions & 0 deletions images/ose-etcd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ owners:
- [email protected]
maintainer:
component: "Etcd"
konflux:
content:
source:
dockerfile: Dockerfile.rhel
5 changes: 5 additions & 0 deletions images/ose-installer-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ name: openshift/ose-installer-artifacts
payload_name: installer-artifacts
owners:
- [email protected]
konflux:
# Until https://issues.redhat.com/browse/ART-11563 is resolved
mode: disabled
vm_override:
aarch64: linux-d160/arm64
3 changes: 3 additions & 0 deletions images/vertical-pod-autoscaler-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ update-csv:
manifests-dir: manifests/
registry: image-registry.openshift-image-registry.svc:5000
valid-subscription-label: '["OpenShift Kubernetes Engine", "OpenShift Container Platform", "OpenShift Platform Plus"]'
konflux:
# Until https://issues.redhat.com/browse/ART-11578 is resolved
mode: disabled
Loading