1
0
Fork 0
forked from infra/ansible

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
commit 96be99434e
2 changed files with 4 additions and 4 deletions

View file

@ -13,8 +13,8 @@ spec:
{% if env == 'staging' %}
# The latest successful build of master that passes tests
# is auto-tagged here.
name: quay.io/factory2/greenwave:latest
name: quay.io/redhat-user-workloads/exd-sp-rhel-wf-tenant/greenwave:latest
{% else %}
# 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 %}

View file

@ -13,8 +13,8 @@ spec:
{% if env == 'staging' %}
# The latest successful build of master that passes tests
# is auto-tagged here.
name: quay.io/factory2/waiverdb:latest
name: quay.io/redhat-user-workloads/exd-sp-rhel-wf-tenant/waiverdb:latest
{% else %}
# 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 %}