Skip to content

Commit

Permalink
waiverdb: flip back to using factory2 container remote
Browse files Browse the repository at this point in the history
The fixes for release-engineering/waiverdb#219
were merged and the factory2 'latest' image now includes them.
'prod-fedora' does not, so for now, we'll have prod use 'latest'
instead.

Signed-off-by: Adam Williamson <[email protected]>
  • Loading branch information
AdamWill committed Aug 1, 2024
1 parent 65e6e14 commit 6bf5964
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions roles/openshift-apps/waiverdb/templates/imagestream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ spec:
{% if env == 'staging' %}
# The latest successful build of master that passes tests
# is auto-tagged here.
name: quay.io/adamwill/waiverdb-test:latest
name: quay.io/factory2/waiverdb:latest
{% else %}
# This is 'prod' tag is maintained by hand.
# name: quay.io/factory2/waiverdb:prod-fedora
# Changing prod just for now to this image
name: quay.io/adamwill/waiverdb-test:latest
# Changing prod just for now to this image as the fix
# for https://github.com/release-engineering/waiverdb/issues/219
# is not yet in prod-fedora
name: quay.io/factory2/waiverdb:latest
{% endif %}

0 comments on commit 6bf5964

Please sign in to comment.