diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index 326416aec..b5ea2a626 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.35.0 +version: 1.35.1 diff --git a/charts/agent/templates/daemonset-windows.yaml b/charts/agent/templates/daemonset-windows.yaml index 357864cd8..2022217d7 100644 --- a/charts/agent/templates/daemonset-windows.yaml +++ b/charts/agent/templates/daemonset-windows.yaml @@ -30,16 +30,6 @@ spec: {{ toYaml .Values.global.image.pullSecrets | nindent 8 }} {{- end }} securityContext: - privileged: true - {{- if ( semverCompare ">= 1.31.0" (.Capabilities.KubeVersion.GitVersion )) }} - runAsNonRoot: false - runAsGroup: 0 - {{- end }} - readOnlyRootFilesystem: false - allowPrivilegeEscalation: true - capabilities: - add: - - ALL windowsOptions: hostProcess: true runAsUserName: "NT AUTHORITY\\SYSTEM"