[AI4SOC] Pin the prebuilt rules package version (#220653)

## Summary

Pin the prebuilt rules package version to the one containing promotion
rules needed for AI4SOC to work.

Note: this is only for test purposes, the package will be removed once
AI4SOC is ready to be released and the promotion rules are added to the
production rules package.
This commit is contained in:
Dmitrii Shevchenko 2025-05-09 17:28:58 +02:00 committed by GitHub
parent 094b5d59c4
commit 4babfc2cfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,3 +72,6 @@ xpack.features.overrides:
xpack.fleet.agentless.isDefault: true
xpack.fleet.integrationsHomeOverride: '/app/security/configurations/integrations'
xpack.fleet.prereleaseEnabledByDefault: true
# Pin the prebuilt rules package version to the version that contains promotion rules
xpack.securitySolution.prebuiltRulesPackageVersion: '9.0.5-beta.1'