Skip to content

Commit

Permalink
chore(ci): no longer update sysdig chart on agent releases (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
aroberts87 authored Nov 6, 2023
1 parent a498cc8 commit d20be64
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/updatecli.d/config-agent-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,3 @@ targets:
file: Chart.yaml
key: "$.appVersion"
versionincrement: patch

updateSysdigChartValues:
name: "update agent tag in sysdig chart"
kind: yaml
scmid: github
spec:
file: "charts/sysdig/values.yaml"
key: "$.image.tag"

bumpSysdigChart:
name: "bump the chart version of the sysdig chart"
kind: helmchart
scmid: github
dependson:
- updateSysdigChartValues
spec:
name: "charts/sysdig/"
file: Chart.yaml
key: "$.appVersion"
versionincrement: patch

0 comments on commit d20be64

Please sign in to comment.