deploy: add HighAvailability to default REPO_TYPES

Versions already default to 8.10 9.8 10.2; include the HighAvailability
repo alongside BaseOS and AppStream so its man pages (pacemaker, corosync,
etc.) are built by default.

Assisted-by: Claude Opus 4 (Claude Code)
This commit is contained in:
2026-06-16 08:07:02 -05:00
parent ebb3925629
commit 11405c227f
Vendored
+1 -1
View File
@@ -56,7 +56,7 @@ spec:
)
string(
name: 'REPO_TYPES',
defaultValue: 'BaseOS AppStream',
defaultValue: 'BaseOS AppStream HighAvailability',
description: 'Rocky Linux repos to build against (space-separated)'
)
string(