Skip to content

Commit 61411f4

Browse files
authored
Revert "Emergency fix: remove username/password in Elastic Agent (#637)" (#640)
This reverts commit 0e97cbe.
1 parent c26b86e commit 61411f4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/install/application_configuration_yml.go

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

30-
// Emergency fix for: https://github.com/elastic/beats/issues/29603
3130
const applicationConfigurationYml = `stack:
3231
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
3632
`

0 commit comments

Comments
 (0)