From 8e8843ddc65fc7b2f8fbc448f8520941120d9611 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 1 Aug 2024 09:05:56 -0700 Subject: [PATCH] waiverdb: back to the regular tag for prod prod-fedora has been updated to a fixed build of waiverdb, so we can go back to using it. Signed-off-by: Adam Williamson --- roles/openshift-apps/waiverdb/templates/imagestream.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/roles/openshift-apps/waiverdb/templates/imagestream.yml b/roles/openshift-apps/waiverdb/templates/imagestream.yml index 8d21168e04..aa9df7fcc6 100644 --- a/roles/openshift-apps/waiverdb/templates/imagestream.yml +++ b/roles/openshift-apps/waiverdb/templates/imagestream.yml @@ -20,9 +20,5 @@ spec: 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 as the fix - # for https://github.com/release-engineering/waiverdb/issues/219 - # is not yet in prod-fedora - name: quay.io/factory2/waiverdb:latest + name: quay.io/factory2/waiverdb:prod-fedora {% endif %}