From 57dfb6677ef0a2615b67ef45309c499c26660a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 14 Jan 2019 18:07:42 +0100 Subject: [PATCH] anitya/release-monitoring: Revert image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I changed the image in previous commit. But this caused ImageErr in OpenShift. So I'm reverting this change. Signed-off-by: Michal Konečný --- roles/openshift-apps/release-monitoring/files/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/release-monitoring/files/cron.yml b/roles/openshift-apps/release-monitoring/files/cron.yml index b398af94ba..919bb9e18c 100644 --- a/roles/openshift-apps/release-monitoring/files/cron.yml +++ b/roles/openshift-apps/release-monitoring/files/cron.yml @@ -14,7 +14,7 @@ spec: spec: containers: - name: release-monitoring-web - image: release-monitoring/release-monitoring-web:latest + image: docker-registry.default.svc:5000/release-monitoring/release-monitoring-web:latest command: ["bash", "-c", "/usr/local/bin/anitya_cron.py"] env: - name: ANITYA_WEB_CONFIG