Skip to content

Commit 8fb2a0e

Browse files
docs: update docs (#1837)
1 parent 6fd15f9 commit 8fb2a0e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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.5.2
33+
image: docker.elastic.co/beats/elastic-agent:8.5.3
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ spec:
668668
# mountPath: /etc/elastic-agent/inputs.d
669669
containers:
670670
- name: elastic-agent-standalone
671-
image: docker.elastic.co/beats/elastic-agent:8.5.2
671+
image: docker.elastic.co/beats/elastic-agent:8.5.3
672672
args: [
673673
"-c", "/etc/elastic-agent/agent.yml",
674674
"-e",

version/docs/version.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:stack-version: 8.5.2
1+
:stack-version: 8.5.3
22
:doc-branch: 8.5
33
:go-version: 1.18.7
44
:release-state: unreleased

0 commit comments

Comments
 (0)