Skip to content

Commit

Permalink
[Fleet] Re-enable registry version check in Docker template (elastic#…
Browse files Browse the repository at this point in the history
…212382)

## Summary

We re-enabled registry version checks in
elastic#208169 but missed this Docker
template.

cc @jsoriano
  • Loading branch information
kpollich authored Feb 25, 2025
1 parent c75ecb3 commit 6d6db2f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ function generator({ imageFlavor }: TemplateContext) {
server.shutdownTimeout: "5s"
elasticsearch.hosts: [ "http://elasticsearch:9200" ]
monitoring.ui.container.elasticsearch.enabled: true
# Must be removed before v9 release
# Requires all registry packages to add v9 as a compatible semver range
# https://github.com/elastic/kibana/issues/192624
xpack.fleet.internal.registry.kibanaVersionCheckEnabled: false
`);
}

Expand Down

0 comments on commit 6d6db2f

Please sign in to comment.