bump waiverdb and greenwave imagestreams
This commit is just to make Ansible think these have changed. I committed a change earlier and ran the playbook to apply it, but stg OpenShift was down. So the templates were rendered into /etc/openshift_apps but not successfully fed to `oc apply`. Now Ansible thinks there is nothing to apply when I re-run the playbook. This will trick it.
This commit is contained in:
parent
125638f418
commit
e30389a4f2
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ spec:
|
|||
kind: DockerImage
|
||||
{% if env == 'staging' %}
|
||||
# The latest successful build of master that passes tests
|
||||
# is auto-tagged here.
|
||||
# is auto-tagged here.
|
||||
name: quay.io/factory2/greenwave:latest
|
||||
{% else %}
|
||||
# This is 'prod' tag is maintained by hand.
|
||||
|
|
|
@ -16,7 +16,7 @@ spec:
|
|||
kind: DockerImage
|
||||
{% if env == 'staging' %}
|
||||
# The latest successful build of master that passes tests
|
||||
# is auto-tagged here.
|
||||
# is auto-tagged here.
|
||||
name: quay.io/factory2/waiverdb:latest
|
||||
{% else %}
|
||||
# This is 'prod' tag is maintained by hand.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue