From 89562f0dad702c54cfacd9b1024b6b8cef16c2e4 Mon Sep 17 00:00:00 2001 From: sdawley Date: Tue, 3 Dec 2024 14:48:57 -0800 Subject: [PATCH] Create devspaces-3-rhel-9 branch and update devfiles to reference rhel9 images --- .github/workflows/rebuild-devfile-registry.yml | 4 ++-- devfile.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rebuild-devfile-registry.yml b/.github/workflows/rebuild-devfile-registry.yml index bdfa193..92216b0 100644 --- a/.github/workflows/rebuild-devfile-registry.yml +++ b/.github/workflows/rebuild-devfile-registry.yml @@ -12,8 +12,8 @@ name: Rebuild Devfile Registry on: push: branches: - - 'devspaces-[0-9].[0-9]+-rhel-8' - - devspaces-3-rhel-8 + - 'devspaces-[0-9].[0-9]+-rhel-9' + - devspaces-3-rhel-9 jobs: publish: diff --git a/devfile.yaml b/devfile.yaml index 40f5545..3b02d5b 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -4,7 +4,7 @@ metadata: components: - name: tools container: - image: registry.redhat.io/devspaces/udi-rhel8:3.19 + image: registry.redhat.io/devspaces/udi-rhel9:3.19 memoryLimit: '2Gi' memoryRequest: '1Gi' cpuLimit: '1'