Skip to content

Commit 5af5ab6

Browse files
authored
Merge pull request #29 from olhado/add_permission
* Release chart 2.1.2 for agent 2.3.3 * Add SYS_NICE permission to handle issues seen with GKE COS
2 parents 2a26b19 + c8571a1 commit 5af5ab6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: threatstack-agent
3-
version: 2.1.1
4-
appVersion: 2.3.2
3+
version: 2.1.2
4+
appVersion: 2.3.3
55
description: A Helm chart for the Threat Stack Cloud Security Agent
66
keywords:
77
- security

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ rbac:
4949
# additionalConfig :: Additional parameters to configure the running agent
5050
# capabilities :: Docker capabilites required for the proper operation of the agent
5151
capabilities: |
52-
["AUDIT_CONTROL", "SYS_ADMIN", "SYS_PTRACE"]
52+
["AUDIT_CONTROL", "SYS_ADMIN", "SYS_PTRACE", "SYS_NICE"]
5353
5454
#####
5555
# WARNING!

0 commit comments

Comments
 (0)