Skip to content

Commit

Permalink
Merge pull request #73 from opzkit/updatecli-config-update
Browse files Browse the repository at this point in the history
ci: update config of updatecli
  • Loading branch information
argoyle authored Sep 12, 2024
2 parents a30cbe9 + eae7c58 commit a812be2
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions updatecli/updatecli.d/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,20 @@ targets:
kind: shell
scmid: github
dependson:
- grafana_chart
- ksm_chart
- agent_image
- operator_image
- module_version
- "grafana_chart:or"
- "ksm_chart:or"
- "agent_image:or"
- "operator_image:or"
- "module_version:or"
dependsonchange: true
disablesourceinput: true
spec:
command: "rm -rf grafana/charts ksm/charts && kubectl kustomize . -o grafana-agent.yaml --enable-helm && git diff --shortstat grafana-agent.yaml"
command: "rm -rf grafana/charts ksm/charts && kubectl kustomize . -o grafana-agent.yaml --enable-helm"
changedif:
kind: file/checksum
spec:
files:
- grafana-agent.yaml
environments:
- name: PATH

Expand All @@ -109,4 +114,4 @@ actions:
draft: false
labels:
- "dependencies"
title: "Update Grafana Agent Operator version"
title: "chore(deps): update Grafana Agent Operator version"

0 comments on commit a812be2

Please sign in to comment.