From d4bf0f4e27bf2b7878d774ebeaf476613c11334e Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Thu, 2 May 2024 13:07:18 +1000 Subject: [PATCH] maubot: actually change the sourse image to 40 Signed-off-by: Ryan Lerch --- roles/openshift-apps/maubot/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/maubot/templates/buildconfig.yml b/roles/openshift-apps/maubot/templates/buildconfig.yml index 714f56defa..ab0bb52fc0 100644 --- a/roles/openshift-apps/maubot/templates/buildconfig.yml +++ b/roles/openshift-apps/maubot/templates/buildconfig.yml @@ -31,7 +31,7 @@ spec: noCache: false from: kind: ImageStreamTag - name: fedora:38 + name: fedora:40 output: to: kind: ImageStreamTag