Skip to content

Commit

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

* fix: make update changes
  • Loading branch information
elasticmachine committed May 9, 2024
1 parent d6db437 commit ca1b8f5
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
Expand Up @@ -209,7 +209,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: auditbeat
image: docker.elastic.co/beats/auditbeat:8.13.3
image: docker.elastic.co/beats/auditbeat:8.13.4
args: [
"-c", "/etc/auditbeat.yml",
"-e",
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/filebeat-kubernetes.yaml
Expand Up @@ -183,7 +183,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: filebeat
image: docker.elastic.co/beats/filebeat:8.13.3
image: docker.elastic.co/beats/filebeat:8.13.4
args: [
"-c", "/etc/filebeat.yml",
"-e",
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/heartbeat-kubernetes.yaml
Expand Up @@ -171,7 +171,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: heartbeat
image: docker.elastic.co/beats/heartbeat:8.13.3
image: docker.elastic.co/beats/heartbeat:8.13.4
args: [
"-c", "/etc/heartbeat.yml",
"-e",
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/metricbeat-kubernetes.yaml
Expand Up @@ -291,7 +291,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: metricbeat
image: docker.elastic.co/beats/metricbeat:8.13.3
image: docker.elastic.co/beats/metricbeat:8.13.4
args: [
"-c", "/etc/metricbeat.yml",
"-e",
Expand Down
2 changes: 1 addition & 1 deletion libbeat/docs/version.asciidoc
@@ -1,4 +1,4 @@
:stack-version: 8.13.3
:stack-version: 8.13.4
:doc-branch: 8.13
:go-version: 1.21.9
:release-state: unreleased
Expand Down

0 comments on commit ca1b8f5

Please sign in to comment.