Skip to content

Commit d20be64

Browse files
authored
chore(ci): no longer update sysdig chart on agent releases (#1451)
1 parent a498cc8 commit d20be64

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/updatecli.d/config-agent-release.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -54,23 +54,3 @@ targets:
5454
file: Chart.yaml
5555
key: "$.appVersion"
5656
versionincrement: patch
57-
58-
updateSysdigChartValues:
59-
name: "update agent tag in sysdig chart"
60-
kind: yaml
61-
scmid: github
62-
spec:
63-
file: "charts/sysdig/values.yaml"
64-
key: "$.image.tag"
65-
66-
bumpSysdigChart:
67-
name: "bump the chart version of the sysdig chart"
68-
kind: helmchart
69-
scmid: github
70-
dependson:
71-
- updateSysdigChartValues
72-
spec:
73-
name: "charts/sysdig/"
74-
file: Chart.yaml
75-
key: "$.appVersion"
76-
versionincrement: patch

0 commit comments

Comments
 (0)