File tree 6 files changed +8
-23
lines changed
testing/infra/k8s/base/stack
6 files changed +8
-23
lines changed Original file line number Diff line number Diff line change 21
21
kind : github
22
22
spec :
23
23
user : ' {{ requiredEnv "GITHUB_ACTOR" }}'
24
- owner : elastic
24
+ owner : v1v
25
25
repository : apm-server
26
26
token : ' {{ requiredEnv "GITHUB_TOKEN" }}'
27
27
branch : ' {{ requiredEnv "BRANCH" }}'
Original file line number Diff line number Diff line change @@ -10,25 +10,10 @@ permissions:
10
10
contents : read
11
11
12
12
jobs :
13
- filter :
14
- runs-on : ubuntu-latest
15
- timeout-minutes : 1
16
- outputs :
17
- matrix : ${{ steps.generator.outputs.matrix }}
18
- steps :
19
- - id : generator
20
- uses : elastic/apm-pipeline-library/.github/actions/elastic-stack-snapshot-branches@current
21
-
22
13
bump-elastic-stack :
23
14
runs-on : ubuntu-latest
24
- needs : [filter]
25
- strategy :
26
- fail-fast : false
27
- matrix : ${{ fromJson(needs.filter.outputs.matrix) }}
28
15
steps :
29
16
- uses : actions/checkout@v4
30
- with :
31
- ref : ${{ matrix.branch }}
32
17
33
18
- uses : elastic/apm-pipeline-library/.github/actions/updatecli@current
34
19
with :
38
23
pipeline : ./.ci/bump-elastic-stack-snapshot.yml
39
24
command : ' --experimental apply'
40
25
env :
41
- BRANCH : ${{ matrix.branch }}
26
+ BRANCH : main
42
27
GITHUB_ACTOR : ${{ github.actor }}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ x-logging: &default-logging
10
10
max-size : " 1g"
11
11
services :
12
12
elasticsearch :
13
- image : docker.elastic.co/elasticsearch/elasticsearch:8.15.0-177234da -SNAPSHOT
13
+ image : docker.elastic.co/elasticsearch/elasticsearch:8.15.0-b7cc7ef3 -SNAPSHOT
14
14
ports :
15
15
- 9200:9200
16
16
healthcheck :
@@ -41,7 +41,7 @@ services:
41
41
logging : *default-logging
42
42
43
43
kibana :
44
- image : docker.elastic.co/kibana/kibana:8.15.0-177234da -SNAPSHOT
44
+ image : docker.elastic.co/kibana/kibana:8.15.0-b7cc7ef3 -SNAPSHOT
45
45
ports :
46
46
- 5601:5601
47
47
healthcheck :
@@ -60,7 +60,7 @@ services:
60
60
logging : *default-logging
61
61
62
62
metricbeat :
63
- image : docker.elastic.co/beats/metricbeat:8.15.0-177234da -SNAPSHOT
63
+ image : docker.elastic.co/beats/metricbeat:8.15.0-b7cc7ef3 -SNAPSHOT
64
64
environment :
65
65
ELASTICSEARCH_HOSTS : ' ["http://elasticsearch:9200"]'
66
66
ELASTICSEARCH_USERNAME : " ${KIBANA_ES_USER:-admin}"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: ApmServer
3
3
metadata :
4
4
name : apm-server
5
5
spec :
6
- version : 8.15.0-177234da -SNAPSHOT
6
+ version : 8.15.0-b7cc7ef3 -SNAPSHOT
7
7
count : 1
8
8
http :
9
9
tls :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: Elasticsearch
3
3
metadata :
4
4
name : elasticsearch
5
5
spec :
6
- version : 8.15.0-177234da -SNAPSHOT
6
+ version : 8.15.0-b7cc7ef3 -SNAPSHOT
7
7
auth :
8
8
fileRealm :
9
9
- secretName : elasticsearch-admin
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: Kibana
3
3
metadata :
4
4
name : kibana
5
5
spec :
6
- version : 8.15.0-177234da -SNAPSHOT
6
+ version : 8.15.0-b7cc7ef3 -SNAPSHOT
7
7
count : 1
8
8
elasticsearchRef :
9
9
name : elasticsearch
You can’t perform that action at this time.
0 commit comments