diff --git a/api/schema/imageBuilder.yaml b/api/schema/imageBuilder.yaml index 70cc6848..25689be2 100644 --- a/api/schema/imageBuilder.yaml +++ b/api/schema/imageBuilder.yaml @@ -1099,6 +1099,7 @@ components: - rhel-8.10 - rhel-9 - rhel-9-nightly + - rhel-9-beta - rhel-90 - rhel-91 - rhel-92 diff --git a/src/store/imageBuilderApi.ts b/src/store/imageBuilderApi.ts index 6f38897c..46377b92 100644 --- a/src/store/imageBuilderApi.ts +++ b/src/store/imageBuilderApi.ts @@ -370,6 +370,7 @@ export type Distributions = | "rhel-8.10" | "rhel-9" | "rhel-9-nightly" + | "rhel-9-beta" | "rhel-90" | "rhel-91" | "rhel-92"