Skip to content

Commit

Permalink
Fix version placeholder for elastic-agent k8s manifest
Browse files Browse the repository at this point in the history
Signed-off-by: chrismark <chrismarkou92@gmail.com>
  • Loading branch information
ChrsMark committed Jul 28, 2021
1 parent b01c95b commit cef13ca
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: elastic-agent
image: docker.elastic.co/beats/elastic-agent:8.0.0
image: docker.elastic.co/beats/elastic-agent:%VERSION%
env:
- name: FLEET_ENROLL
value: "1"
Expand Down

0 comments on commit cef13ca

Please sign in to comment.