Skip to content

Commit

Permalink
Emergency fix: remove username/password in Elastic Agent (#637)
Browse files Browse the repository at this point in the history
* Emergency fix: remove username/password in Elastic Agent

* Fix: make format
  • Loading branch information
mtojek authored Dec 24, 2021
1 parent ef32056 commit 0e97cbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/install/application_configuration_yml.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ const applicationConfigurationYml = `stack:
kibana: ` + kibanaImageName + `@sha256:78ae3b1ca09efee242d2c77597dfab18670e984adb96c2407ec03fe07ceca4f6`
*/

// Emergency fix for: https://github.com/elastic/beats/issues/29603
const applicationConfigurationYml = `stack:
image_ref_overrides:
8.0.0-SNAPSHOT:
# Use stable image versions for Agent/Fleet Server
elastic-agent: ` + elasticAgentCompleteImageName + `:8.0.0-52f8db06-SNAPSHOT
`

0 comments on commit 0e97cbe

Please sign in to comment.