Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1f71330

Browse files
authoredDec 15, 2023
[updatecli] Bump elastic stack version to 8.12.0-bde01754 (#12230)
* chore: Update k8s stack yaml files Made with ❤️️ by updatecli * chore: Update docker-compose.yml Made with ❤️️ by updatecli --------- Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
1 parent f86688d commit 1f71330

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
 

‎docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ x-logging: &default-logging
1010
max-size: "1g"
1111
services:
1212
elasticsearch:
13-
image: docker.elastic.co/elasticsearch/elasticsearch:8.12.0-3faaf80d-SNAPSHOT
13+
image: docker.elastic.co/elasticsearch/elasticsearch:8.12.0-bde01754-SNAPSHOT
1414
ports:
1515
- 9200:9200
1616
healthcheck:
@@ -41,7 +41,7 @@ services:
4141
logging: *default-logging
4242

4343
kibana:
44-
image: docker.elastic.co/kibana/kibana:8.12.0-3faaf80d-SNAPSHOT
44+
image: docker.elastic.co/kibana/kibana:8.12.0-bde01754-SNAPSHOT
4545
ports:
4646
- 5601:5601
4747
healthcheck:
@@ -60,7 +60,7 @@ services:
6060
logging: *default-logging
6161

6262
metricbeat:
63-
image: docker.elastic.co/beats/metricbeat:8.12.0-3faaf80d-SNAPSHOT
63+
image: docker.elastic.co/beats/metricbeat:8.12.0-bde01754-SNAPSHOT
6464
environment:
6565
ELASTICSEARCH_HOSTS: '["http://elasticsearch:9200"]'
6666
ELASTICSEARCH_USERNAME: "${KIBANA_ES_USER:-admin}"

‎testing/infra/k8s/base/stack/apm-server.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: ApmServer
33
metadata:
44
name: apm-server
55
spec:
6-
version: 8.12.0-3faaf80d-SNAPSHOT
6+
version: 8.12.0-bde01754-SNAPSHOT
77
count: 1
88
http:
99
tls:

‎testing/infra/k8s/base/stack/elasticsearch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Elasticsearch
33
metadata:
44
name: elasticsearch
55
spec:
6-
version: 8.12.0-3faaf80d-SNAPSHOT
6+
version: 8.12.0-bde01754-SNAPSHOT
77
auth:
88
fileRealm:
99
- secretName: elasticsearch-admin

‎testing/infra/k8s/base/stack/kibana.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Kibana
33
metadata:
44
name: kibana
55
spec:
6-
version: 8.12.0-3faaf80d-SNAPSHOT
6+
version: 8.12.0-bde01754-SNAPSHOT
77
count: 1
88
elasticsearchRef:
99
name: elasticsearch

0 commit comments

Comments
 (0)
Please sign in to comment.