From d7cb20c356145295e2b68731a276b9241b46ec42 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 8 Jul 2020 19:07:32 +0200 Subject: [PATCH] toddlers: specify the image to use in the same was as in the deployment config Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/toddlers/templates/cron_playtime.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/toddlers/templates/cron_playtime.yml b/roles/openshift-apps/toddlers/templates/cron_playtime.yml index 888f82fe31..9723128ed9 100644 --- a/roles/openshift-apps/toddlers/templates/cron_playtime.yml +++ b/roles/openshift-apps/toddlers/templates/cron_playtime.yml @@ -6,7 +6,7 @@ spec: successfulJobsHistoryLimit: 3 failedJobsHistoryLimit: 3 concurrencyPolicy: Forbid - schedule: "02 17 * * *" + schedule: "09 17 * * *" startingDeadlineSeconds: 500 jobTemplate: spec: @@ -18,7 +18,7 @@ spec: restartPolicy: Never containers: - name: toddlers - image: docker-registry.default.svc:5000/toddlers/toddlers:latest + image: toddlers:latest # command: ["/usr/bin/python3", "/code/toddlers/toddlers/playtime.py", "packager_bugzilla_sync"] command: ["ls", "-l", "/", "/code", "/code/toddlers", "/code/toddlers/toddlers"] env: