Skip to content

Commit

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

* fix: make update changes
  • Loading branch information
elasticmachine committed Sep 27, 2022
1 parent 7de8809 commit c2f2aba
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 @@ -109,7 +109,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: auditbeat
image: docker.elastic.co/beats/auditbeat:8.4.2
image: docker.elastic.co/beats/auditbeat:8.4.3
args: [
"-c", "/etc/auditbeat.yml",
"-e",
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/filebeat-kubernetes.yaml
Expand Up @@ -64,7 +64,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: filebeat
image: docker.elastic.co/beats/filebeat:8.4.2
image: docker.elastic.co/beats/filebeat:8.4.3
args: [
"-c", "/etc/filebeat.yml",
"-e",
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/heartbeat-kubernetes.yaml
Expand Up @@ -74,7 +74,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: heartbeat
image: docker.elastic.co/beats/heartbeat:8.4.2
image: docker.elastic.co/beats/heartbeat:8.4.3
args: [
"-c", "/etc/heartbeat.yml",
"-e",
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/metricbeat-kubernetes.yaml
Expand Up @@ -159,7 +159,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: metricbeat
image: docker.elastic.co/beats/metricbeat:8.4.2
image: docker.elastic.co/beats/metricbeat:8.4.3
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.4.2
:stack-version: 8.4.3
:doc-branch: 8.4
:go-version: 1.17.12
:release-state: unreleased
Expand Down

0 comments on commit c2f2aba

Please sign in to comment.