Skip to content

Commit

Permalink
docs: update docs (#41273)
Browse files Browse the repository at this point in the history
Co-authored-by: elasticmachine <infra-root+elasticmachine@elastic.co>
  • Loading branch information
ycombinator and elasticmachine authored Oct 16, 2024
1 parent f15f4f8 commit b0f2d9a
Show file tree
Hide file tree
Showing 5 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.16.0
image: docker.elastic.co/beats/auditbeat-wolfi:8.17.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.16.0
image: docker.elastic.co/beats/filebeat-wolfi:8.17.0
args: [
"-c", "/etc/filebeat.yml",
"-e",
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/heartbeat-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: heartbeat
image: docker.elastic.co/beats/heartbeat-wolfi:8.16.0
image: docker.elastic.co/beats/heartbeat-wolfi:8.17.0
args: [
"-c", "/etc/heartbeat.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.16.0
image: docker.elastic.co/beats/metricbeat-wolfi:8.17.0
args: [
"-c", "/etc/metricbeat.yml",
"-e",
Expand Down
2 changes: 1 addition & 1 deletion libbeat/docs/version.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:stack-version: 8.16.0
:stack-version: 8.17.0
:doc-branch: main
:go-version: 1.22.8
:release-state: unreleased
Expand Down

0 comments on commit b0f2d9a

Please sign in to comment.