Skip to content

Commit

Permalink
updatecli: automate the policy bumps (#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jul 9, 2024
1 parent 28e1dc4 commit d5ffb49
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/updatecli/values.d/scm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ scm:
owner: elastic
repository: apm-agent-go
branch: main
# begin update-compose policy values
user: obltmachine
email: obltmachine@users.noreply.github.com
# 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"
6 changes: 6 additions & 0 deletions update-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,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 d5ffb49

Please sign in to comment.