Skip to content

Commit

Permalink
fix: make update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine committed Jun 10, 2024
1 parent b11ec5c commit 2b22efd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -22,7 +22,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: elastic-agent
image: docker.elastic.co/beats/elastic-agent:7.17.21
image: docker.elastic.co/beats/elastic-agent:7.17.22
env:
- name: FLEET_ENROLL
value: "1"
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: elastic-agent
image: docker.elastic.co/beats/elastic-agent:7.17.21
image: docker.elastic.co/beats/elastic-agent:7.17.22
args: [
"-c", "/etc/agent.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 @@ -74,7 +74,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: heartbeat
image: docker.elastic.co/beats/heartbeat:7.17.21
image: docker.elastic.co/beats/heartbeat:7.17.22
args: [
"-c", "/etc/heartbeat.yml",
"-e",
Expand Down

0 comments on commit 2b22efd

Please sign in to comment.