diff --git a/charts/shield/Chart.yaml b/charts/shield/Chart.yaml index e97ce1a6e..1c8bbdf10 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.12.7 +version: 1.12.8 appVersion: "1.0.0" diff --git a/charts/shield/README.md b/charts/shield/README.md index 7c9945ef5..37d4e4757 100644 --- a/charts/shield/README.md +++ b/charts/shield/README.md @@ -165,7 +165,7 @@ The following table lists the configurable parameters of the `shield` chart and | host.priority_class.value | The value of the priority class | 10 | | host.priority_class.labels | The labels for the priority class | {} | | host.priority_class.annotations | The annotations for the priority class | {} | -| host.privileged | Sets the host shield to run in privileged mode | true | +| host.privileged | Sets the host shield to run in privileged mode. Disabling requires the use of the Universal eBPF driver. Must be enabled for Posture and Vulnerability Management functionalities. | true | | host.rbac.create | Create the RBAC resources for the host shield | true | | host.rbac.service_account_name | The name of the service account for the host shield (if create is set to false, this will be used as the name of the existing service account) | | | host.rbac.labels | The labels for the service account | {} | diff --git a/charts/shield/values.yaml b/charts/shield/values.yaml index e70e82858..67833b63d 100644 --- a/charts/shield/values.yaml +++ b/charts/shield/values.yaml @@ -270,7 +270,7 @@ host: labels: {} # The annotations for the priority class annotations: {} - # Sets the host shield to run in privileged mode + # Sets the host shield to run in privileged mode. Disabling requires the use of the Universal eBPF driver. Must be enabled for Posture and Vulnerability Management functionalities. privileged: true rbac: # Create the RBAC resources for the host shield