From fe5cffe936c423ac7c67de399d41db66081550ef Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Wed, 28 Feb 2024 13:35:03 +0100 Subject: [PATCH 1/3] fix: Update .devfile.yaml --- .devfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devfile.yaml b/.devfile.yaml index 09016cd731f..ce2e413a2de 100644 --- a/.devfile.yaml +++ b/.devfile.yaml @@ -12,7 +12,7 @@ metadata: components: - name: devtools container: - image: quay.io/mloriedo/universal-developer-image:ubi8-latest + image: quay.io/devfile/universal-developer-image:ubi8-latest memoryLimit: 4G memoryRequest: 256Mi cpuLimit: '2' From f696f5581087e90d3b2b97c907c44bbe6d96d184 Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Wed, 28 Feb 2024 13:49:06 +0100 Subject: [PATCH 2/3] fixup! --- .devfile.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devfile.yaml b/.devfile.yaml index ce2e413a2de..17487f8a398 100644 --- a/.devfile.yaml +++ b/.devfile.yaml @@ -10,10 +10,10 @@ schemaVersion: 2.2.0 metadata: name: che components: -- name: devtools +- name: tools container: image: quay.io/devfile/universal-developer-image:ubi8-latest - memoryLimit: 4G + memoryLimit: 12G memoryRequest: 256Mi cpuLimit: '2' cpuRequest: 30m From e3295fccb67b98d4742b3ad6634392de40c7f16d Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Wed, 28 Feb 2024 15:03:12 +0100 Subject: [PATCH 3/3] fixup! --- .devfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devfile.yaml b/.devfile.yaml index 17487f8a398..c8da7b79e1b 100644 --- a/.devfile.yaml +++ b/.devfile.yaml @@ -10,7 +10,7 @@ schemaVersion: 2.2.0 metadata: name: che components: -- name: tools +- name: devtools container: image: quay.io/devfile/universal-developer-image:ubi8-latest memoryLimit: 12G