File tree 4 files changed +22
-4
lines changed
4 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 3
3
owner : elastic
4
4
repository : apm-agent-nodejs
5
5
branch : main
6
-
7
- signedcommit : true
6
+ commitusingapi : true
7
+ # begin update-compose policy values
8
+ user : obltmachine
9
+
10
+ # end update-compose policy values
Original file line number Diff line number Diff line change
1
+ spec :
2
+ files :
3
+ - " updatecli-compose.yaml"
Original file line number Diff line number Diff line change @@ -38,12 +38,18 @@ jobs:
38
38
- uses : elastic/oblt-actions/updatecli/run@v1
39
39
with :
40
40
command : --experimental compose diff
41
+ # TODO: update to the latest version so the policies can work as expected.
42
+ # latest changes in the policies require to use the dependson feature.
43
+ version : " v0.88.0"
41
44
env :
42
45
GITHUB_TOKEN : ${{ steps.get_token.outputs.token }}
43
46
44
47
- uses : elastic/oblt-actions/updatecli/run@v1
45
48
with :
46
49
command : --experimental compose apply
50
+ # TODO: update to the latest version so the policies can work as expected.
51
+ # latest changes in the policies require to use the dependson feature.
52
+ version : " v0.88.0"
47
53
env :
48
54
GITHUB_TOKEN : ${{ steps.get_token.outputs.token }}
49
55
Original file line number Diff line number Diff line change 2
2
# https://www.updatecli.io/docs/core/compose/
3
3
policies :
4
4
- name : Handle apm-data server specs
5
- policy : ghcr.io/elastic/oblt-updatecli-policies/apm/apm-data-spec:0.2 .0@sha256:7069c0773d44a74c4c8103b4d9957b468f66081ee9d677238072fe11c4d2197c
5
+ policy : ghcr.io/elastic/oblt-updatecli-policies/apm/apm-data-spec:0.6 .0@sha256:c0bbdec23541bed38df1342c95aeb601530a113db1ff11715c1c7616ed5e9e8b
6
6
values :
7
7
- .ci/updatecli/values.d/scm.yml
8
8
- .ci/updatecli/values.d/apm-data-spec.yml
9
9
10
10
- name : Handle apm json specs
11
- policy : ghcr.io/elastic/oblt-updatecli-policies/apm/apm-json-specs:0.2 .0@sha256:969a6d21eabd6ebea66cb29b35294a273d6dbc0f7da78589c416aedf08728e78
11
+ policy : ghcr.io/elastic/oblt-updatecli-policies/apm/apm-json-specs:0.6 .0@sha256:e5a74c159ceed02fd20515ea76fa25ff81e3ccf977e74e636f9973db86aa52a5
12
12
values :
13
13
- .ci/updatecli/values.d/scm.yml
14
14
- .ci/updatecli/values.d/apm-json-specs.yml
15
+
16
+ - name : Update Updatecli policies
17
+ policy : ghcr.io/updatecli/policies/autodiscovery/updatecli:0.8.0@sha256:99e9e61b501575c2c176c39f2275998d198b590a3f6b1fe829f7315f8d457e7f
18
+ values :
19
+ - .ci/updatecli/values.d/scm.yml
20
+ - .ci/updatecli/values.d/update-compose.yml
You can’t perform that action at this time.
0 commit comments