Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[updatecli] Bump elastic stack version to 8.7.2-7653c06b #10809

Merged
merged 3 commits into from
May 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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