Skip to content

Commit 0e97cbe

Browse files
authored
Emergency fix: remove username/password in Elastic Agent (#637)
* Emergency fix: remove username/password in Elastic Agent * Fix: make format
1 parent ef32056 commit 0e97cbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/install/application_configuration_yml.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ const applicationConfigurationYml = `stack:
2727
kibana: ` + kibanaImageName + `@sha256:78ae3b1ca09efee242d2c77597dfab18670e984adb96c2407ec03fe07ceca4f6`
2828
*/
2929

30+
// Emergency fix for: https://github.com/elastic/beats/issues/29603
3031
const applicationConfigurationYml = `stack:
3132
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
3236
`

0 commit comments

Comments
 (0)