Skip to content

Commit

Permalink
updatecli: bump policies too (#1470)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jul 10, 2024
1 parent 18c6675 commit e2b071c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ci/updatecli/values.d/scm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@ scm:
owner: elastic
repository: apm-agent-ruby
branch: main
branch: main
# begin update-compose policy values
user: obltmachine
email: [email protected]
# end update-compose policy values

signedcommit: true
3 changes: 3 additions & 0 deletions .ci/updatecli/values.d/update-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
spec:
files:
- "update-compose.yaml"
8 changes: 8 additions & 0 deletions update-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Config file for `updatecli compose ...`.
# https://www.updatecli.io/docs/core/compose/
policies:
- name: Handle apm-data server specs
policy: ghcr.io/elastic/oblt-updatecli-policies/apm/apm-data-spec:0.2.0@sha256:7069c0773d44a74c4c8103b4d9957b468f66081ee9d677238072fe11c4d2197c
Expand All @@ -16,3 +18,9 @@ policies:
values:
- .ci/updatecli/values.d/scm.yml
- .ci/updatecli/values.d/apm-json-specs.yml

- name: Update Updatecli policies
policy: ghcr.io/updatecli/policies/autodiscovery/updatecli:0.4.0@sha256:254367f5b1454fd6032b88b314450cd3b6d5e8d5b6c953eb242a6464105eb869
values:
- .ci/updatecli/values.d/scm.yml
- .ci/updatecli/values.d/update-compose.yml

0 comments on commit e2b071c

Please sign in to comment.