Skip to content

Commit d39f666

Browse files
authored
Use elastic-agent-complete Docker image (#520)
1 parent 81c66f0 commit d39f666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/install/application_configuration_yml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package install
66

77
const (
8-
elasticAgentImageName = "docker.elastic.co/beats/elastic-agent"
8+
elasticAgentImageName = "docker.elastic.co/beats/elastic-agent-complete"
99
elasticsearchImageName = "docker.elastic.co/elasticsearch/elasticsearch"
1010
kibanaImageName = "docker.elastic.co/kibana/kibana"
1111
)

0 commit comments

Comments
 (0)