Skip to content

Commit

Permalink
[updatecli] Bump elastic stack version to 8.7.2-7653c06b (#10809)
Browse files Browse the repository at this point in the history
* chore: Updated the content of the file "/tmp/updatecli/github/elastic...

... /apm-server/docker-compose.yml"

Made with ❤️️ by updatecli

* chore: Updated the content of the file "/tmp/updatecli/github/elastic...

... /apm-server/testing/infra/k8s/overlays/local/kustomization.yaml"

Made with ❤️️ by updatecli

* chore: Updated the content of the file "/tmp/updatecli/github/elastic...

... /apm-server/testing/infra/k8s/base/stack/apm-server.yaml"
Updated the content of the file "/tmp/updatecli/github/elastic/apm-server/testing/infra/k8s/base/stack/elasticsearch.yaml"
Updated the content of the file "/tmp/updatecli/github/elastic/apm-server/testing/infra/k8s/base/stack/fleet-server.yaml"
Updated the content of the file "/tmp/updatecli/github/elastic/apm-server/testing/infra/k8s/base/stack/kibana.yaml"

Made with ❤️️ by updatecli

---------

Co-authored-by: apmmachine <[email protected]>
  • Loading branch information
apmmachine and apmmachine authored May 15, 2023
1 parent 1147d56 commit 75dc6f5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.9'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.7.2-9848dc50-SNAPSHOT
image: docker.elastic.co/elasticsearch/elasticsearch:8.7.2-7653c06b-SNAPSHOT
ports:
- 9200:9200
healthcheck:
Expand Down Expand Up @@ -31,7 +31,7 @@ services:
- "./testing/docker/elasticsearch/ingest-geoip:/usr/share/elasticsearch/config/ingest-geoip"

kibana:
image: docker.elastic.co/kibana/kibana:8.7.2-9848dc50-SNAPSHOT
image: docker.elastic.co/kibana/kibana:8.7.2-7653c06b-SNAPSHOT
ports:
- 5601:5601
healthcheck:
Expand All @@ -50,7 +50,7 @@ services:
- "./testing/docker/kibana/kibana.yml:/usr/share/kibana/config/kibana.yml"

fleet-server:
image: docker.elastic.co/beats/elastic-agent:8.7.2-9848dc50-SNAPSHOT
image: docker.elastic.co/beats/elastic-agent:8.7.2-7653c06b-SNAPSHOT
ports:
- 8220:8220
healthcheck:
Expand Down Expand Up @@ -78,7 +78,7 @@ services:
- "./testing/docker/fleet-server/key.pem:/etc/pki/tls/private/fleet-server-key.pem"

metricbeat:
image: docker.elastic.co/beats/metricbeat:8.7.2-9848dc50-SNAPSHOT
image: docker.elastic.co/beats/metricbeat:8.7.2-7653c06b-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 @@ -4,7 +4,7 @@ metadata:
name: apm-server
namespace: default
spec:
version: 8.7.2-9848dc50-SNAPSHOT
version: 8.7.2-7653c06b-SNAPSHOT
mode: fleet
policyID: eck-apm-server
kibanaRef:
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.7.2-9848dc50-SNAPSHOT
version: 8.7.2-7653c06b-SNAPSHOT
auth:
fileRealm:
- secretName: elasticsearch-admin
Expand Down
2 changes: 1 addition & 1 deletion testing/infra/k8s/base/stack/fleet-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Agent
metadata:
name: fleet-server
spec:
version: 8.7.2-9848dc50-SNAPSHOT
version: 8.7.2-7653c06b-SNAPSHOT
mode: fleet
fleetServerEnabled: true
elasticsearchRefs:
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.7.2-9848dc50-SNAPSHOT
version: 8.7.2-7653c06b-SNAPSHOT
count: 1
elasticsearchRef:
name: elasticsearch
Expand Down
2 changes: 1 addition & 1 deletion testing/infra/k8s/overlays/local/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ patches:
# image_json_path for overriding the apm-server image (see above),
# and we use the same CRD kind for both apm-server and fleet-server.
# As soon as you specify image_json_path, it *must* match an image.
image: docker.elastic.co/beats/elastic-agent:8.7.2-9848dc50-SNAPSHOT
image: docker.elastic.co/beats/elastic-agent:8.7.2-7653c06b-SNAPSHOT

0 comments on commit 75dc6f5

Please sign in to comment.