From d23d79926fbc7b04fcd28b4071427bc36243e585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 16 Sep 2020 10:16:55 +0200 Subject: [PATCH] Run Elections on Python 3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/elections/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/elections/templates/buildconfig.yml b/roles/openshift-apps/elections/templates/buildconfig.yml index d64027982f..5c4b28bd1f 100644 --- a/roles/openshift-apps/elections/templates/buildconfig.yml +++ b/roles/openshift-apps/elections/templates/buildconfig.yml @@ -24,7 +24,7 @@ spec: from: kind: ImageStreamTag namespace: openshift - name: python:2.7 + name: python:3.6 triggers: - type: ConfigChange - type: ImageChange