greenwave+waiverdb: Update image repositories

The image builds where moved to Konflux.

This is similar to the pull request for ResultsDB:
https://pagure.io/fedora-infra/ansible/pull-request/3077

See also the discussion in PR:
https://github.com/release-engineering/resultsdb_frontend/pull/17
This commit is contained in:
Lukas Holecek
2026-02-12 10:13:07 +01:00
committed by adamwill
parent b80627f26a
commit 96be99434e
2 changed files with 4 additions and 4 deletions

View File

@@ -13,8 +13,8 @@ spec:
{% if env == 'staging' %} {% if env == 'staging' %}
# The latest successful build of master that passes tests # The latest successful build of master that passes tests
# is auto-tagged here. # is auto-tagged here.
name: quay.io/factory2/greenwave:latest name: quay.io/redhat-user-workloads/exd-sp-rhel-wf-tenant/greenwave:latest
{% else %} {% else %}
# This is 'prod' tag is maintained by hand. # This is 'prod' tag is maintained by hand.
name: quay.io/factory2/greenwave:prod-fedora name: quay.io/redhat-user-workloads/exd-sp-rhel-wf-tenant/greenwave:prod-fedora
{% endif %} {% endif %}

View File

@@ -13,8 +13,8 @@ spec:
{% if env == 'staging' %} {% if env == 'staging' %}
# The latest successful build of master that passes tests # The latest successful build of master that passes tests
# is auto-tagged here. # is auto-tagged here.
name: quay.io/factory2/waiverdb:latest name: quay.io/redhat-user-workloads/exd-sp-rhel-wf-tenant/waiverdb:latest
{% else %} {% else %}
# This is 'prod' tag is maintained by hand. # This is 'prod' tag is maintained by hand.
name: quay.io/factory2/waiverdb:prod-fedora name: quay.io/redhat-user-workloads/exd-sp-rhel-wf-tenant/waiverdb:prod-fedora
{% endif %} {% endif %}