Skip to content

Commit

Permalink
Use elastic-agent-complete Docker image (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtojek authored Sep 22, 2021
1 parent 81c66f0 commit d39f666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/install/application_configuration_yml.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package install

const (
elasticAgentImageName = "docker.elastic.co/beats/elastic-agent"
elasticAgentImageName = "docker.elastic.co/beats/elastic-agent-complete"
elasticsearchImageName = "docker.elastic.co/elasticsearch/elasticsearch"
kibanaImageName = "docker.elastic.co/kibana/kibana"
)
Expand Down

0 comments on commit d39f666

Please sign in to comment.