Skip to content

Commit

Permalink
remove unused allowedUnsafeSysctls constraint to fix OpenShift GitOps…
Browse files Browse the repository at this point in the history
… (Argo CD) app going out of sync on OpenShift clusters
  • Loading branch information
maratsal committed Oct 31, 2024
1 parent 6757e4f commit aade4e7
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ sources:
- https://app.sysdigcloud.com/#/settings/user
- https://github.com/draios/sysdig
type: application
version: 1.30.0
version: 1.30.1
1 change: 0 additions & 1 deletion charts/agent/templates/securitycontextconstraint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ allowedCapabilities: []
allowedCapabilities:
{{ include "agent.capabilities" . }}
{{- end }}
allowedUnsafeSysctls: []
defaultAddCapabilities: []
fsGroup:
type: RunAsAny
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-shield/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cluster-shield
description: Cluster Shield Helm Chart for Kubernetes
type: application
version: 1.4.2
version: 1.4.3
appVersion: "1.4.0"
maintainers:
- name: AlbertoBarba
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ allowHostPorts: false
allowPrivilegeEscalation: true
allowPrivilegedContainer: true
allowedCapabilities: []
allowedUnsafeSysctls: []
defaultAddCapabilities: []
fsGroup:
type: RunAsAny
Expand Down
2 changes: 1 addition & 1 deletion charts/node-analyzer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: node-analyzer
description: Sysdig Node Analyzer
# currently matching Sysdig's appVersion 1.14.34
version: 1.32.15
version: 1.32.16
appVersion: 12.9.2
keywords:
- monitoring
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ allowHostPorts: false
allowPrivilegeEscalation: true
allowPrivilegedContainer: true
allowedCapabilities: []
allowedUnsafeSysctls: []
defaultAddCapabilities: []
fsGroup:
type: RunAsAny
Expand Down
2 changes: 1 addition & 1 deletion charts/shield/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ maintainers:
- name: mavimo
email: [email protected]
type: application
version: 0.1.12
version: 0.1.13
appVersion: "1.0.0"
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ allowHostPorts: false
allowPrivilegeEscalation: true
allowPrivilegedContainer: true
allowedCapabilities: []
allowedUnsafeSysctls: []
defaultAddCapabilities: []
fsGroup:
type: RunAsAny
Expand Down

0 comments on commit aade4e7

Please sign in to comment.