Skip to content

Commit 85ea5a6

Browse files
authored
Disable version check in 9.0 snapshots (#2116)
There are no packages published for 9.0 yet, and there won't be till we are closer to the release.
1 parent ee40f69 commit 85ea5a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/stack/_static/kibana.yml.tmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,7 @@ xpack.fleet.outputs:
155155
{{ indent $agent_key " " }}
156156
{{ end }}
157157
{{ end }}
158+
159+
{{- if eq $version "9.0.0-SNAPSHOT" }}
160+
xpack.fleet.internal.registry.kibanaVersionCheckEnabled: false
161+
{{- end }}

0 commit comments

Comments
 (0)