Skip to content

Commit

Permalink
[Automation] Update elastic stack version to 8.6.0-4765d2b0 for testi…
Browse files Browse the repository at this point in the history
…ng (#9494)

Co-authored-by: apmmachine <[email protected]>
  • Loading branch information
apmmachine and apmmachine authored Nov 2, 2022
1 parent 067d0a2 commit 59a3f32
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.6.0-26dc1164-SNAPSHOT
image: docker.elastic.co/elasticsearch/elasticsearch:8.6.0-4765d2b0-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.6.0-26dc1164-SNAPSHOT
image: docker.elastic.co/kibana/kibana:8.6.0-4765d2b0-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.6.0-26dc1164-SNAPSHOT
image: docker.elastic.co/beats/elastic-agent:8.6.0-4765d2b0-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.6.0-26dc1164-SNAPSHOT
image: docker.elastic.co/beats/metricbeat:8.6.0-4765d2b0-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.6.0-26dc1164-SNAPSHOT
version: 8.6.0-4765d2b0-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.6.0-26dc1164-SNAPSHOT
version: 8.6.0-4765d2b0-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.6.0-26dc1164-SNAPSHOT
version: 8.6.0-4765d2b0-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.6.0-26dc1164-SNAPSHOT
version: 8.6.0-4765d2b0-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 @@ -21,4 +21,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.6.0-26dc1164-SNAPSHOT
image: docker.elastic.co/beats/elastic-agent:8.6.0-4765d2b0-SNAPSHOT

0 comments on commit 59a3f32

Please sign in to comment.