Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
chore: Updated to content "" in file "./internal/config/kubernetes/ba...
Browse files Browse the repository at this point in the history
... se/fleet-server/deployment.yaml"

Updated to content "" in file "./internal/config/kubernetes/base/elasticsearch/deployment.yaml"

Updated to content "" in file "./internal/config/kubernetes/base/kibana/deployment.yaml"

Made with ❤️️ by updatecli
  • Loading branch information
apmmachine committed Jul 31, 2023
1 parent 04fb73b commit 0e7cd6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: elasticsearch
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.11-670b6a4a-SNAPSHOT
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.12-7c1d40f1-SNAPSHOT
envFrom:
- configMapRef:
name: elasticsearch-config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: fleet-server
image: docker.elastic.co/beats/elastic-agent:7.17.11-670b6a4a-SNAPSHOT
image: docker.elastic.co/beats/elastic-agent:7.17.12-7c1d40f1-SNAPSHOT
env:
- name: FLEET_SERVER_ENABLE
value: "1"
Expand Down
2 changes: 1 addition & 1 deletion internal/config/kubernetes/base/kibana/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: kibana
image: docker.elastic.co/kibana/kibana:7.17.11-670b6a4a-SNAPSHOT
image: docker.elastic.co/kibana/kibana:7.17.12-7c1d40f1-SNAPSHOT
env:
- name: ELASTICSEARCH_URL
value: http://elasticsearch:9200
Expand Down

0 comments on commit 0e7cd6b

Please sign in to comment.