Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
fix: add agent.yaml dependencies (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
argoyle authored Jun 28, 2024
1 parent 6ea9dcd commit 44979fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion updatecli/updatecli.d/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,17 @@ targets:
name: Bump Operator image version
kind: yaml
scmid: github
dependson:
- agent_image
spec:
file: 'grafana/operator-values.yaml'
key: '$.image.tag'
module_version:
name: Bump Operator module version
kind: hcl
scmid: github
dependson:
- operator_image
spec:
file: 'locals.tf'
path: 'locals.version'
Expand All @@ -39,7 +43,7 @@ targets:
kind: shell
scmid: github
dependson:
- operator_image
- module_version
dependsonchange: true
disablesourceinput: true
spec:
Expand Down

0 comments on commit 44979fa

Please sign in to comment.