From bc6531b3df3c56096508fa5f975fd4e8edfc7f74 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 18 Jul 2024 14:23:07 -0700 Subject: [PATCH] bump waiverdb stg to my repo so I can fiddle with it ...we really need to do some poking about to work out what the heck is going on with token auth, I put a container build in my quay.io space which should let me hand-edit stuff, I hope. 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 bb77c634ed..b65b1f5681 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:stage-fedora + name: quay.io/adamwill/waiverdb-test:latest {% else %} # This is 'prod' tag is maintained by hand. name: quay.io/factory2/waiverdb:prod-fedora