From 5a06db1c8e5ba45723667cb469a919c1498ae96a Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Wed, 28 Feb 2024 15:03:49 +0100 Subject: [PATCH] fix: Update .devfile.yaml (#22859) --- .devfile.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devfile.yaml b/.devfile.yaml index 09016cd731f..c8da7b79e1b 100644 --- a/.devfile.yaml +++ b/.devfile.yaml @@ -12,8 +12,8 @@ metadata: components: - name: devtools container: - image: quay.io/mloriedo/universal-developer-image:ubi8-latest - memoryLimit: 4G + image: quay.io/devfile/universal-developer-image:ubi8-latest + memoryLimit: 12G memoryRequest: 256Mi cpuLimit: '2' cpuRequest: 30m