From 6a85884090b23f48e706cceee5e1204246350313 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 17 Jul 2024 17:32:00 -0700 Subject: [PATCH] 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 --- roles/openshift-apps/waiverdb/templates/imagestream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/waiverdb/templates/imagestream.yml b/roles/openshift-apps/waiverdb/templates/imagestream.yml index aa9df7fcc6..bb77c634ed 100644 --- a/roles/openshift-apps/waiverdb/templates/imagestream.yml +++ b/roles/openshift-apps/waiverdb/templates/imagestream.yml @@ -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