From 5bd9446dfe87a52d29a46c2fb87ce0823ba09d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 23 Feb 2024 09:22:57 +0100 Subject: [PATCH] MM: add an imagestreamtag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/mirrormanager/files/imagestream.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/openshift-apps/mirrormanager/files/imagestream.yml b/roles/openshift-apps/mirrormanager/files/imagestream.yml index e743058e1f..e96e0e370b 100644 --- a/roles/openshift-apps/mirrormanager/files/imagestream.yml +++ b/roles/openshift-apps/mirrormanager/files/imagestream.yml @@ -24,3 +24,8 @@ items: scheduled: true referencePolicy: type: Source + # The Python 3.11 builder image plus rust + - apiVersion: image.openshift.io/v1 + kind: ImageStream + metadata: + name: python-311-with-rust