Skip to content

Commit

Permalink
Bump el9 kickstart version to 9.3 (#13069)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
(cherry picked from commit 0cd07ec)
  • Loading branch information
Gauravtalreja1 authored and web-flow committed Nov 16, 2023
1 parent 1596a01 commit 581c3a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,16 +546,16 @@ class Colored(Box):
},
'rhel9_bos': {
'id': 'rhel-9-for-x86_64-baseos-kickstart',
'name': 'Red Hat Enterprise Linux 9 for x86_64 - BaseOS Kickstart 9.2',
'version': '9.2',
'name': 'Red Hat Enterprise Linux 9 for x86_64 - BaseOS Kickstart 9.3',
'version': '9.3',
'reposet': REPOSET['kickstart']['rhel9'],
'product': PRDS['rhel9'],
'distro': 'rhel9',
},
'rhel9_aps': {
'id': 'rhel-9-for-x86_64-appstream-kickstart',
'name': 'Red Hat Enterprise Linux 9 for x86_64 - AppStream Kickstart 9.2',
'version': '9.2',
'name': 'Red Hat Enterprise Linux 9 for x86_64 - AppStream Kickstart 9.3',
'version': '9.3',
'reposet': REPOSET['kickstart']['rhel9_aps'],
'product': PRDS['rhel9'],
'distro': 'rhel9',
Expand Down

0 comments on commit 581c3a6

Please sign in to comment.