Greenwave - removing hard-coded version

These got resolved:
 - https://github.com/fedora-infra/bodhi/issues/2554
 - https://pagure.io/greenwave/issue/287

So we don't need anymore to specify the 0.9.4 version, but we can
just put it again to "prod".
This commit is contained in:
Giulia Naponiello 2018-11-09 11:46:44 +01:00
parent a86c0e4309
commit 4994caacb8

View file

@ -20,9 +20,5 @@ spec:
name: quay.io/factory2/greenwave:latest
{% else %}
# This is 'prod' tag is maintained by hand.
#name: quay.io/factory2/greenwave:prod
# But, pin it to 0.9.4 until we can resolve
# https://github.com/fedora-infra/bodhi/issues/2554
# https://pagure.io/greenwave/issue/287
name: quay.io/factory2/greenwave:0.9.4
name: quay.io/factory2/greenwave:prod
{% endif %}