src: Add rhel-94

This adds rhel94.
This commit is contained in:
regexowl 2024-05-02 16:10:17 +02:00 committed by Klara Simickova
parent 6f9c4f3864
commit 034843a708
9 changed files with 12 additions and 9 deletions

View file

@ -89,7 +89,7 @@ describe('registration request generated correctly', () => {
const blueprintRequest: CreateBlueprintRequest = {
name: 'Red Velvet',
description: '',
distribution: 'rhel-93',
distribution: 'rhel-94',
image_requests: [imageRequest],
customizations: {},
};

View file

@ -52,7 +52,7 @@ export const imageRequest: ImageRequest = {
export const blueprintRequest: CreateBlueprintRequest = {
name: 'Red Velvet',
description: '',
distribution: 'rhel-93',
distribution: 'rhel-94',
image_requests: [imageRequest],
customizations: {},
};