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