Skip to content

Commit aade4e7

Browse files
committed
remove unused allowedUnsafeSysctls constraint to fix OpenShift GitOps (Argo CD) app going out of sync on OpenShift clusters
1 parent 6757e4f commit aade4e7

File tree

8 files changed

+4
-8
lines changed

8 files changed

+4
-8
lines changed

charts/agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ sources:
3030
- https://app.sysdigcloud.com/#/settings/user
3131
- https://github.com/draios/sysdig
3232
type: application
33-
version: 1.30.0
33+
version: 1.30.1

charts/agent/templates/securitycontextconstraint.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ allowedCapabilities: []
2525
allowedCapabilities:
2626
{{ include "agent.capabilities" . }}
2727
{{- end }}
28-
allowedUnsafeSysctls: []
2928
defaultAddCapabilities: []
3029
fsGroup:
3130
type: RunAsAny

charts/cluster-shield/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: cluster-shield
33
description: Cluster Shield Helm Chart for Kubernetes
44
type: application
5-
version: 1.4.2
5+
version: 1.4.3
66
appVersion: "1.4.0"
77
maintainers:
88
- name: AlbertoBarba

charts/cluster-shield/templates/openshift_securitycontextconstraint.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ allowHostPorts: false
1616
allowPrivilegeEscalation: true
1717
allowPrivilegedContainer: true
1818
allowedCapabilities: []
19-
allowedUnsafeSysctls: []
2019
defaultAddCapabilities: []
2120
fsGroup:
2221
type: RunAsAny

charts/node-analyzer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: node-analyzer
33
description: Sysdig Node Analyzer
44
# currently matching Sysdig's appVersion 1.14.34
5-
version: 1.32.15
5+
version: 1.32.16
66
appVersion: 12.9.2
77
keywords:
88
- monitoring

charts/node-analyzer/templates/securitycontextconstraint.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ allowHostPorts: false
1616
allowPrivilegeEscalation: true
1717
allowPrivilegedContainer: true
1818
allowedCapabilities: []
19-
allowedUnsafeSysctls: []
2019
defaultAddCapabilities: []
2120
fsGroup:
2221
type: RunAsAny

charts/shield/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ maintainers:
1313
- name: mavimo
1414
1515
type: application
16-
version: 0.1.12
16+
version: 0.1.13
1717
appVersion: "1.0.0"

charts/shield/templates/cluster/openshift-securitycontextconstraint.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ allowHostPorts: false
1616
allowPrivilegeEscalation: true
1717
allowPrivilegedContainer: true
1818
allowedCapabilities: []
19-
allowedUnsafeSysctls: []
2019
defaultAddCapabilities: []
2120
fsGroup:
2221
type: RunAsAny

0 commit comments

Comments
 (0)