[]
|
| 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