We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef32056 commit 0e97cbeCopy full SHA for 0e97cbe
internal/install/application_configuration_yml.go
@@ -27,6 +27,10 @@ const applicationConfigurationYml = `stack:
27
kibana: ` + kibanaImageName + `@sha256:78ae3b1ca09efee242d2c77597dfab18670e984adb96c2407ec03fe07ceca4f6`
28
*/
29
30
+// Emergency fix for: https://github.com/elastic/beats/issues/29603
31
const applicationConfigurationYml = `stack:
32
image_ref_overrides:
33
+ 8.0.0-SNAPSHOT:
34
+ # Use stable image versions for Agent/Fleet Server
35
+ elastic-agent: ` + elasticAgentCompleteImageName + `:8.0.0-52f8db06-SNAPSHOT
36
`
0 commit comments