Remove the base package from the default packages (#70437)

As the base assets will be shipped by ES directly, the base package is not needed anymore. https://github.com/elastic/elasticsearch/pull/57629

In the future we might reintroduce it to update the installed assets.
This commit is contained in:
Nicolas Ruflin 2020-07-02 21:46:57 +02:00 committed by GitHub
parent 52f8d3a58b
commit 5b8fb95d00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -250,7 +250,6 @@ export enum IngestAssetType {
}
export enum DefaultPackages {
base = 'base',
system = 'system',
endpoint = 'endpoint',
}