From d20be64a2f2232d17c8c9824887a838ebb443182 Mon Sep 17 00:00:00 2001 From: Adam Roberts Date: Mon, 6 Nov 2023 08:49:25 -0500 Subject: [PATCH] chore(ci): no longer update sysdig chart on agent releases (#1451) --- .github/updatecli.d/config-agent-release.yaml | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/.github/updatecli.d/config-agent-release.yaml b/.github/updatecli.d/config-agent-release.yaml index d33cf72a8..fa71c9bb5 100644 --- a/.github/updatecli.d/config-agent-release.yaml +++ b/.github/updatecli.d/config-agent-release.yaml @@ -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