Skip to content

Commit 9aeab87

Browse files
committed
Update K8S deploy files
1 parent d70b11c commit 9aeab87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/kubernetes/elastic-agent-managed-kubernetes.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
dnsPolicy: ClusterFirstWithHostNet
3131
containers:
3232
- name: elastic-agent
33-
image: docker.elastic.co/beats/elastic-agent:8.13.3
33+
image: docker.elastic.co/beats/elastic-agent:8.13.4
3434
env:
3535
# Set to 1 for enrollment into Fleet server. If not set, Elastic Agent is run in standalone mode
3636
- name: FLEET_ENROLL

deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ spec:
704704
# mountPath: /etc/elastic-agent/inputs.d
705705
containers:
706706
- name: elastic-agent-standalone
707-
image: docker.elastic.co/beats/elastic-agent:8.13.3
707+
image: docker.elastic.co/beats/elastic-agent:8.13.4
708708
args: ["-c", "/etc/elastic-agent/agent.yml", "-e"]
709709
env:
710710
# The basic authentication username used to connect to Elasticsearch

0 commit comments

Comments
 (0)