Skip to content

Commit

Permalink
Bump el8 kickstart version to 8.10 (#15242)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Gauravtalreja1 authored Jun 6, 2024
1 parent 68d3199 commit 34cdad5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conf/robottelo.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ROBOTTELO:
# UNDR version is used for some URL composition
SATELLITE_VERSION: "6.17"
# The Base OS RHEL Version(x.y) where the satellite would be installed
RHEL_VERSION: "8.9"
RHEL_VERSION: "8.10"
# Dynaconf and Dynaconf hooks related options
SETTINGS:
GET_FRESH: true
8 changes: 4 additions & 4 deletions robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,16 +528,16 @@
},
'rhel8_bos': {
'id': 'rhel-8-for-x86_64-baseos-kickstart',
'name': 'Red Hat Enterprise Linux 8 for x86_64 - BaseOS Kickstart 8.9',
'version': '8.9',
'name': 'Red Hat Enterprise Linux 8 for x86_64 - BaseOS Kickstart 8.10',
'version': '8.10',
'reposet': REPOSET['kickstart']['rhel8_bos'],
'product': PRDS['rhel8'],
'distro': 'rhel8',
},
'rhel8_aps': {
'id': 'rhel-8-for-x86_64-appstream-kickstart',
'name': 'Red Hat Enterprise Linux 8 for x86_64 - AppStream Kickstart 8.9',
'version': '8.9',
'name': 'Red Hat Enterprise Linux 8 for x86_64 - AppStream Kickstart 8.10',
'version': '8.10',
'reposet': REPOSET['kickstart']['rhel8_aps'],
'product': PRDS['rhel8'],
'distro': 'rhel8',
Expand Down

0 comments on commit 34cdad5

Please sign in to comment.