waiverdb: flip staging to a debug branch temporarily

This is to help us figure out
https://github.com/release-engineering/waiverdb/issues/219 , it
adds an auth debugging endpoint so we can verify exactly what
fields are present when doing token auth...

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-07-17 17:32:00 -07:00
parent 64c216b79d
commit 6a85884090

View file

@ -17,7 +17,7 @@ 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/factory2/waiverdb:stage-fedora
{% else %}
# This is 'prod' tag is maintained by hand.
name: quay.io/factory2/waiverdb:prod-fedora