Skip to content

Commit

Permalink
docs: update docs (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine committed Nov 30, 2022
1 parent 6fd15f9 commit 8fb2a0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/elastic-agent-managed-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: elastic-agent
image: docker.elastic.co/beats/elastic-agent:8.5.2
image: docker.elastic.co/beats/elastic-agent:8.5.3
env:
# Set to 1 for enrollment into Fleet server. If not set, Elastic Agent is run in standalone mode
- name: FLEET_ENROLL
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ spec:
# mountPath: /etc/elastic-agent/inputs.d
containers:
- name: elastic-agent-standalone
image: docker.elastic.co/beats/elastic-agent:8.5.2
image: docker.elastic.co/beats/elastic-agent:8.5.3
args: [
"-c", "/etc/elastic-agent/agent.yml",
"-e",
Expand Down
2 changes: 1 addition & 1 deletion version/docs/version.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:stack-version: 8.5.2
:stack-version: 8.5.3
:doc-branch: 8.5
:go-version: 1.18.7
:release-state: unreleased
Expand Down

0 comments on commit 8fb2a0e

Please sign in to comment.