Skip to content

Commit

Permalink
docs: update docs versions 8.5.1 (#1698)
Browse files Browse the repository at this point in the history
* docs: update docs

* change yaml

Co-authored-by: Michal Pristas <[email protected]>
  • Loading branch information
elasticmachine and michalpristas authored Nov 15, 2022
1 parent 45780d5 commit c13f915
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.0
image: docker.elastic.co/beats/elastic-agent:8.5.1
env:
# Set to 1 for enrollment into Fleet server. If not set, Elastic Agent is run in standalone mode
- name: FLEET_ENROLL
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -662,13 +662,13 @@ spec:
# - -c
# - >-
# mkdir -p /etc/elastic-agent/inputs.d &&
# wget -O - https://github.com/elastic/elastic-agent/archive/main.tar.gz | tar xz -C /etc/elastic-agent/inputs.d --strip=5 "elastic-agent-main/deploy/kubernetes/elastic-agent-standalone/templates.d"
# wget -O - https://github.com/elastic/elastic-agent/archive/8.5.tar.gz | tar xz -C /etc/elastic-agent/inputs.d --strip=5 "elastic-agent-main/deploy/kubernetes/elastic-agent-standalone/templates.d"
# volumeMounts:
# - name: external-inputs
# mountPath: /etc/elastic-agent/inputs.d
containers:
- name: elastic-agent-standalone
image: docker.elastic.co/beats/elastic-agent:8.5.0
image: docker.elastic.co/beats/elastic-agent:8.5.1
args: [
"-c", "/etc/elastic-agent/agent.yml",
"-e",
Expand Down
4 changes: 2 additions & 2 deletions version/docs/version.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:stack-version: 8.5.0
:doc-branch: main
:stack-version: 8.5.1
:doc-branch: 8.5
:go-version: 1.18.7
:release-state: unreleased
:python: 3.7
Expand Down

0 comments on commit c13f915

Please sign in to comment.