Skip to content

Commit

Permalink
Add xpack.fleet.internal.registry.kibanaVersionCheckEnabled: false to…
Browse files Browse the repository at this point in the history
… Kibana settings
  • Loading branch information
ycombinator committed Oct 22, 2024
1 parent eac287f commit 5430290
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/testing/ess/create_deployment_request.tmpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
"kibana": {
"version": "{{ .request.Version }}",
"user_settings_json": {
"xpack.fleet.enableExperimental": ["agentTamperProtectionEnabled"]
"xpack.fleet.enableExperimental": ["agentTamperProtectionEnabled"],
"xpack.fleet.internal.registry.kibanaVersionCheckEnabled": false,
}
}
},
Expand All @@ -99,4 +100,4 @@
"system_owned": false,
"tags": {{ json .request.Tags }}
}
}
}

0 comments on commit 5430290

Please sign in to comment.