From b8936e746e715bd55bde39f886257f01195a55c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 18 Nov 2022 14:22:23 +0100 Subject: [PATCH] minor 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/fmn/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/fmn/templates/buildconfig.yml b/roles/openshift-apps/fmn/templates/buildconfig.yml index 902cf63eb1..8297bfe4d2 100644 --- a/roles/openshift-apps/fmn/templates/buildconfig.yml +++ b/roles/openshift-apps/fmn/templates/buildconfig.yml @@ -24,7 +24,7 @@ spec: kind: ImageStreamTag # name: python:3.10 # namespace: openshift - name: python-310 + name: python-310:latest output: to: kind: ImageStreamTag