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