Skip to content

Commit

Permalink
Disable version check in 9.0 snapshots (#2116)
Browse files Browse the repository at this point in the history
There are no packages published for 9.0 yet, and there won't be till we
are closer to the release.
  • Loading branch information
jsoriano authored Sep 20, 2024
1 parent ee40f69 commit 85ea5a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/stack/_static/kibana.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,7 @@ xpack.fleet.outputs:
{{ indent $agent_key " " }}
{{ end }}
{{ end }}

{{- if eq $version "9.0.0-SNAPSHOT" }}
xpack.fleet.internal.registry.kibanaVersionCheckEnabled: false
{{- end }}

0 comments on commit 85ea5a6

Please sign in to comment.