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 c26b86e commit 61411f4Copy full SHA for 61411f4
internal/install/application_configuration_yml.go
@@ -27,10 +27,6 @@ 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