We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cda1ad commit 3be5546Copy full SHA for 3be5546
charts/agent/Chart.yaml
@@ -30,4 +30,4 @@ sources:
30
- https://app.sysdigcloud.com/#/settings/user
31
- https://github.com/draios/sysdig
32
type: application
33
-version: 1.18.3
+version: 1.18.4
charts/agent/values.yaml
@@ -279,6 +279,10 @@ tolerations:
279
key: node-role.kubernetes.io/etcd
280
operator: Equal
281
value: "true"
282
+ - effect: NoExecute
283
+ key: CriticalAddonsOnly
284
+ operator: Equal
285
+ value: "true"
286
leaderelection:
287
enable: false
288
localForwarder:
0 commit comments