From e30389a4f23f1ecd9c5bdb3c00bf769c07cd5c13 Mon Sep 17 00:00:00 2001 From: Dan Callaghan Date: Thu, 28 Jun 2018 14:54:44 +1000 Subject: [PATCH] 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. --- roles/openshift-apps/greenwave/templates/imagestream.yml | 2 +- roles/openshift-apps/waiverdb/templates/imagestream.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/greenwave/templates/imagestream.yml b/roles/openshift-apps/greenwave/templates/imagestream.yml index fe9cf8313a..9c564644fb 100644 --- a/roles/openshift-apps/greenwave/templates/imagestream.yml +++ b/roles/openshift-apps/greenwave/templates/imagestream.yml @@ -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. diff --git a/roles/openshift-apps/waiverdb/templates/imagestream.yml b/roles/openshift-apps/waiverdb/templates/imagestream.yml index 16b7543f4e..3fe37a4816 100644 --- a/roles/openshift-apps/waiverdb/templates/imagestream.yml +++ b/roles/openshift-apps/waiverdb/templates/imagestream.yml @@ -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.