mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[EDR Workflows] Degrade agent version (#169217)
This commit is contained in:
parent
9a8147d6df
commit
85d39d0a34
1 changed files with 2 additions and 1 deletions
|
@ -6,5 +6,6 @@
|
|||
*/
|
||||
|
||||
export async function getLatestVersion(): Promise<string> {
|
||||
return '8.11.0-SNAPSHOT';
|
||||
// temporary solution until newer agents work fine with Docker
|
||||
return '8.10.4';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue