diff --git a/charts/cluster-shield/Chart.yaml b/charts/cluster-shield/Chart.yaml index f85bdc289..1d94a3e7c 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.8.3 -appVersion: "1.8.2" +version: 1.9.0 +appVersion: "1.9.0" 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 5875ebd76..e8c00b88f 100644 --- a/charts/cluster-shield/templates/openshift_securitycontextconstraint.yaml +++ b/charts/cluster-shield/templates/openshift_securitycontextconstraint.yaml @@ -16,6 +16,7 @@ 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 18bca2ea5..6ee4fd6f5 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: 0.9.5 +version: 0.10.0 appVersion: "1.0.0" diff --git a/charts/shield/README.md b/charts/shield/README.md index 6f8a624e7..c046595d8 100644 --- a/charts/shield/README.md +++ b/charts/shield/README.md @@ -172,7 +172,7 @@ The following table lists the configurable parameters of the `shield` chart and | host.volume_mounts | The custom volume mounts for the host shield | [] | | cluster.image.registry | The registry where the cluster shield image is stored | quay.io | | cluster.image.repository | The repository where the cluster shield image is stored | sysdig/cluster-shield | -| cluster.image.tag | The tag for the cluster shield image | 1.8.2 | +| cluster.image.tag | The tag for the cluster shield image | 1.9.0 | | cluster.image.pull_policy | The pull policy for the cluster shield image | IfNotPresent | | cluster.image.pull_secrets | The pull secrets for the cluster shield image | [] | | cluster.run_mode | The mode in which the cluster shield should run (Accepted Values: single-process, multi-process) | multi-process | diff --git a/charts/shield/templates/cluster/openshift-securitycontextconstraint.yaml b/charts/shield/templates/cluster/openshift-securitycontextconstraint.yaml index daeecb74c..a922af42d 100644 --- a/charts/shield/templates/cluster/openshift-securitycontextconstraint.yaml +++ b/charts/shield/templates/cluster/openshift-securitycontextconstraint.yaml @@ -16,6 +16,7 @@ allowHostPorts: false allowPrivilegeEscalation: true allowPrivilegedContainer: true allowedCapabilities: [] +allowedUnsafeSysctls: [] defaultAddCapabilities: [] fsGroup: type: RunAsAny diff --git a/charts/shield/values.yaml b/charts/shield/values.yaml index ef8905d8f..687e24a87 100644 --- a/charts/shield/values.yaml +++ b/charts/shield/values.yaml @@ -297,7 +297,7 @@ cluster: # The repository where the cluster shield image is stored repository: sysdig/cluster-shield # The tag for the cluster shield image - tag: 1.8.2 + tag: 1.9.0 # The pull policy for the cluster shield image pull_policy: IfNotPresent # The pull secrets for the cluster shield image diff --git a/charts/sysdig-deploy/Chart.yaml b/charts/sysdig-deploy/Chart.yaml index 253d921a4..aab83fa40 100644 --- a/charts/sysdig-deploy/Chart.yaml +++ b/charts/sysdig-deploy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sysdig-deploy description: A chart with various Sysdig components for Kubernetes type: application -version: 1.77.4 +version: 1.78.0 maintainers: - name: AlbertoBarba email: alberto.barba@sysdig.com @@ -60,6 +60,6 @@ dependencies: - name: cluster-shield # repository: https://charts.sysdig.com repository: file://../cluster-shield - version: ~1.8.2 + version: ~1.9.0 alias: clusterShield condition: clusterShield.enabled