Skip to content

Commit 465b594

Browse files
authored
Update Elastic Agent test image used in system tests (#2079)
1 parent dfb8b3a commit 465b594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/agentdeployer/_static/docker-agent-base.yml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
elastic-agent:
1010
hostname: ${AGENT_HOSTNAME}
1111
{{ if ne $dockerfile_hash "" }}
12-
image: "elastic-package-test-elastic-agent-complete:{{ $stack_version }}-{{ $dockerfile_hash }}"
12+
image: "elastic-package-test-elastic-agent:{{ $stack_version }}-{{ $dockerfile_hash }}"
1313
build:
1414
context: .
1515
args:

0 commit comments

Comments
 (0)