pin greenwave and waiverdb stage to the current latest version
This commit is contained in:
parent
7440f9f490
commit
1a516eb0b3
2 changed files with 14 additions and 2 deletions
|
@ -17,7 +17,13 @@ spec:
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
# The latest successful build of master that passes tests
|
# The latest successful build of master that passes tests
|
||||||
# is auto-tagged here.
|
# is auto-tagged here.
|
||||||
name: quay.io/factory2/greenwave:latest
|
#name: quay.io/factory2/greenwave:latest
|
||||||
|
# ... but for now we are pinning it to this specific commit:
|
||||||
|
name: quay.io/factory2/greenwave:0.7.2.dev24-git.c3b193e
|
||||||
|
# because we are about to land potentially disruptive changes in
|
||||||
|
# https://pagure.io/greenwave/pull-request/184 and we don't want to
|
||||||
|
# interfere with Bodhi development which is happening against
|
||||||
|
# Greenwave stage right now.
|
||||||
{% else %}
|
{% else %}
|
||||||
# This is 'prod' tag is maintained by hand.
|
# This is 'prod' tag is maintained by hand.
|
||||||
name: quay.io/factory2/greenwave:prod
|
name: quay.io/factory2/greenwave:prod
|
||||||
|
|
|
@ -17,7 +17,13 @@ spec:
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
# The latest successful build of master that passes tests
|
# The latest successful build of master that passes tests
|
||||||
# is auto-tagged here.
|
# is auto-tagged here.
|
||||||
name: quay.io/factory2/waiverdb:latest
|
#name: quay.io/factory2/waiverdb:latest
|
||||||
|
# ... but for now we are pinning it to this specific commit:
|
||||||
|
name: quay.io/factory2/waiverdb:0.10.1.dev16-git.15b9a4c
|
||||||
|
# because we are about to land potentially disruptive changes in
|
||||||
|
# https://pagure.io/waiverdb/pull-request/175 and we don't want to
|
||||||
|
# interfere with Bodhi development which is happening against
|
||||||
|
# Waiverdb stage right now.
|
||||||
{% else %}
|
{% else %}
|
||||||
# This is 'prod' tag is maintained by hand.
|
# This is 'prod' tag is maintained by hand.
|
||||||
name: quay.io/factory2/waiverdb:prod
|
name: quay.io/factory2/waiverdb:prod
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue