From 9756d2f814bf610928cdc3bcab0e1eccb1017b26 Mon Sep 17 00:00:00 2001 From: Adam Roberts Date: Fri, 3 Nov 2023 09:55:09 -0400 Subject: [PATCH] chore(ci): no longer update sysdig chart on agent releases the legacy sysdig chart is being deprecated, so we are removing the automation to automatically update the chart when new versions of the agent are released. --- .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