From fc6eec1581726bc35feeaf3a7c47655be9bd9203 Mon Sep 17 00:00:00 2001 From: sdawley Date: Tue, 3 Dec 2024 15:16:53 -0800 Subject: [PATCH] Create devspaces-3.18-rhel-9 branch and update devfiles to reference rhel9 images --- devfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devfile.yaml b/devfile.yaml index 976fc4f1f8a..c938ccf9f37 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -4,7 +4,7 @@ metadata: components: - name: tools container: - image: registry.redhat.io/devspaces/udi-rhel8:3.18 + image: registry.redhat.io/devspaces/udi-rhel9:3.18 memoryLimit: '2Gi' memoryRequest: '1Gi' cpuLimit: '1'