Skip to content

Commit

Permalink
[updatecli] Bump elastic stack version to 8.9.1-a0629552 (#11322)
Browse files Browse the repository at this point in the history
* chore: Updated to content "" in file "testing/infra/k8s/base/stack/ap...

... m-server.yaml"

Updated to content "" in file "testing/infra/k8s/base/stack/elasticsearch.yaml"

Updated to content "" in file "testing/infra/k8s/base/stack/kibana.yaml"

Made with ❤️️ by updatecli

* chore: Updated to content "" in file "docker-compose.yml"

Made with ❤️️ by updatecli

---------

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
  • Loading branch information
apmmachine and apmmachine authored Aug 1, 2023
1 parent 9702daf commit eff2c58
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ x-logging: &default-logging
max-size: "1g"
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.9.1-44a814f0-SNAPSHOT
image: docker.elastic.co/elasticsearch/elasticsearch:8.9.1-a0629552-SNAPSHOT
ports:
- 9200:9200
healthcheck:
Expand Down Expand Up @@ -36,7 +36,7 @@ services:
logging: *default-logging

kibana:
image: docker.elastic.co/kibana/kibana:8.9.1-44a814f0-SNAPSHOT
image: docker.elastic.co/kibana/kibana:8.9.1-a0629552-SNAPSHOT
ports:
- 5601:5601
healthcheck:
Expand All @@ -56,7 +56,7 @@ services:
logging: *default-logging

fleet-server:
image: docker.elastic.co/beats/elastic-agent:8.9.1-44a814f0-SNAPSHOT
image: docker.elastic.co/beats/elastic-agent:8.9.1-a0629552-SNAPSHOT
ports:
- 8220:8220
healthcheck:
Expand Down Expand Up @@ -85,7 +85,7 @@ services:
logging: *default-logging

metricbeat:
image: docker.elastic.co/beats/metricbeat:8.9.1-44a814f0-SNAPSHOT
image: docker.elastic.co/beats/metricbeat:8.9.1-a0629552-SNAPSHOT
environment:
ELASTICSEARCH_HOSTS: '["http://elasticsearch:9200"]'
ELASTICSEARCH_USERNAME: "${KIBANA_ES_USER:-admin}"
Expand Down
2 changes: 1 addition & 1 deletion testing/infra/k8s/base/stack/apm-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ApmServer
metadata:
name: apm-server
spec:
version: 8.9.1-44a814f0-SNAPSHOT
version: 8.9.1-a0629552-SNAPSHOT
count: 1
http:
tls:
Expand Down
2 changes: 1 addition & 1 deletion testing/infra/k8s/base/stack/elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Elasticsearch
metadata:
name: elasticsearch
spec:
version: 8.9.1-44a814f0-SNAPSHOT
version: 8.9.1-a0629552-SNAPSHOT
auth:
fileRealm:
- secretName: elasticsearch-admin
Expand Down
2 changes: 1 addition & 1 deletion testing/infra/k8s/base/stack/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kibana
metadata:
name: kibana
spec:
version: 8.9.1-44a814f0-SNAPSHOT
version: 8.9.1-a0629552-SNAPSHOT
count: 1
elasticsearchRef:
name: elasticsearch
Expand Down

0 comments on commit eff2c58

Please sign in to comment.