mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Fleet] Update Package Spec max version to 3.2 (#192493)
Kibana should already support packages with spec version 3.2, update the max version in serverless. Supersedes part of https://github.com/elastic/kibana/pull/184792. Co-authored-by: Jen Huang <its.jenetic@gmail.com>
This commit is contained in:
parent
1116ac6daa
commit
3f39469e3b
2 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ xpack.uptime.service.tls.key: /mnt/elastic-internal/http-certs/tls.key
|
|||
# Fleet specific configuration
|
||||
xpack.fleet.internal.registry.capabilities: ['apm', 'observability', 'uptime']
|
||||
xpack.fleet.internal.registry.spec.min: '3.0'
|
||||
xpack.fleet.internal.registry.spec.max: '3.1'
|
||||
xpack.fleet.internal.registry.spec.max: '3.2'
|
||||
xpack.fleet.internal.registry.kibanaVersionCheckEnabled: false
|
||||
xpack.fleet.internal.registry.excludePackages: [
|
||||
# Security integrations
|
||||
|
|
|
@ -76,7 +76,7 @@ telemetry.labels.serverless: security
|
|||
# Fleet specific configuration
|
||||
xpack.fleet.internal.registry.capabilities: ['security']
|
||||
xpack.fleet.internal.registry.spec.min: '3.0'
|
||||
xpack.fleet.internal.registry.spec.max: '3.1'
|
||||
xpack.fleet.internal.registry.spec.max: '3.2'
|
||||
xpack.fleet.internal.registry.kibanaVersionCheckEnabled: false
|
||||
xpack.fleet.internal.registry.excludePackages: [
|
||||
# Oblt integrations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue