diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index 0fb8d3645..cf8a171d2 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -30,4 +30,4 @@ sources: - https://app.sysdigcloud.com/#/settings/user - https://github.com/draios/sysdig type: application -version: 1.18.3 +version: 1.18.4 diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index 99a9fd765..35b19e06a 100644 --- a/charts/agent/values.yaml +++ b/charts/agent/values.yaml @@ -279,6 +279,10 @@ tolerations: key: node-role.kubernetes.io/etcd operator: Equal value: "true" + - effect: NoExecute + key: CriticalAddonsOnly + operator: Equal + value: "true" leaderelection: enable: false localForwarder: