diff --git a/charts/cluster-shield/Chart.yaml b/charts/cluster-shield/Chart.yaml index 2854a4bd5..baa5ffcd7 100644 --- a/charts/cluster-shield/Chart.yaml +++ b/charts/cluster-shield/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: cluster-shield description: Cluster Shield Helm Chart for Kubernetes type: application -version: 1.12.0 -appVersion: "1.12.0" +version: 1.12.1 +appVersion: "1.12.1" maintainers: - name: AlbertoBarba email: alberto.barba@sysdig.com diff --git a/charts/cluster-shield/templates/openshift_securitycontextconstraint.yaml b/charts/cluster-shield/templates/openshift_securitycontextconstraint.yaml index e8c00b88f..5875ebd76 100644 --- a/charts/cluster-shield/templates/openshift_securitycontextconstraint.yaml +++ b/charts/cluster-shield/templates/openshift_securitycontextconstraint.yaml @@ -16,7 +16,6 @@ allowHostPorts: false allowPrivilegeEscalation: true allowPrivilegedContainer: true allowedCapabilities: [] -allowedUnsafeSysctls: [] defaultAddCapabilities: [] fsGroup: type: RunAsAny diff --git a/charts/shield/Chart.yaml b/charts/shield/Chart.yaml index a7ad32538..317143a00 100644 --- a/charts/shield/Chart.yaml +++ b/charts/shield/Chart.yaml @@ -13,5 +13,5 @@ maintainers: - name: mavimo email: marcovito.moscaritolo@sysdig.com type: application -version: 1.8.0 +version: 1.8.1 appVersion: "1.0.0" diff --git a/charts/shield/templates/cluster/openshift-securitycontextconstraint.yaml b/charts/shield/templates/cluster/openshift-securitycontextconstraint.yaml index a922af42d..daeecb74c 100644 --- a/charts/shield/templates/cluster/openshift-securitycontextconstraint.yaml +++ b/charts/shield/templates/cluster/openshift-securitycontextconstraint.yaml @@ -16,7 +16,6 @@ allowHostPorts: false allowPrivilegeEscalation: true allowPrivilegedContainer: true allowedCapabilities: [] -allowedUnsafeSysctls: [] defaultAddCapabilities: [] fsGroup: type: RunAsAny