CreateImageWizard: Expose centos 9 stream

This commit is contained in:
Sanne Raymaekers 2022-03-02 14:25:39 +01:00 committed by Ondřej Budai
parent 2300af1152
commit 531e2ac1b0
2 changed files with 4 additions and 2 deletions

View file

@ -5,7 +5,8 @@ import { RHEL_8 } from '../../../constants.js';
export const releaseValues = {
[RHEL_8]: 'Red Hat Enterprise Linux (RHEL) 8',
'centos-8': 'CentOS Stream 8'
'centos-8': 'CentOS Stream 8',
'centos-9': 'CentOS Stream 9',
};
export default {