Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored and elasticmachine committed Nov 20, 2024
1 parent db727d0 commit 0175704
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/auditbeat-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: auditbeat
image: docker.elastic.co/beats/auditbeat-wolfi:8.17.0
image: docker.elastic.co/beats/auditbeat-wolfi:8.18.0
args: [
"-c", "/etc/auditbeat.yml",
"-e",
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/filebeat-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: filebeat
image: docker.elastic.co/beats/filebeat-wolfi:8.17.0
image: docker.elastic.co/beats/filebeat-wolfi:8.18.0
args: [
"-c", "/etc/filebeat.yml",
"-e",
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/metricbeat-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: metricbeat
image: docker.elastic.co/beats/metricbeat-wolfi:8.17.0
image: docker.elastic.co/beats/metricbeat-wolfi:8.18.0
args: [
"-c", "/etc/metricbeat.yml",
"-e",
Expand Down
4 changes: 2 additions & 2 deletions libbeat/docs/version.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:stack-version: 8.17.0
:doc-branch: main
:stack-version: 8.18.0
:doc-branch: 8.x
:go-version: 1.22.9
:release-state: unreleased
:python: 3.7
Expand Down

0 comments on commit 0175704

Please sign in to comment.