From 950331cd6d0189f3ca55367ebe87d8235b74cc5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 5 Jul 2024 00:16:05 +0200 Subject: [PATCH] Poddlers: fixup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/poddlers/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/poddlers/templates/buildconfig.yml b/roles/openshift-apps/poddlers/templates/buildconfig.yml index be115cedaf..6397c82064 100644 --- a/roles/openshift-apps/poddlers/templates/buildconfig.yml +++ b/roles/openshift-apps/poddlers/templates/buildconfig.yml @@ -55,7 +55,7 @@ spec: from: kind: ImageStreamTag # Our own ImageStream with deps added to it - name: python-3.11-with-deps:latest + name: python-311-with-deps:latest output: to: kind: ImageStreamTag