diff --git a/helm/k8s_reporter.mdx b/helm/k8s_reporter.mdx
index a5a8a6d..813f532 100644
--- a/helm/k8s_reporter.mdx
+++ b/helm/k8s_reporter.mdx
@@ -5,10 +5,8 @@ description: A Helm chart for installing the Kosli K8S reporter as a cronjob.
# k8s-reporter
-
-
-This reference applies to **chart version 2.2.0**, which uses **CLI version v2.12.0** by default (`image.tag`).
+This reference applies to **chart version 2.2.1**, which defaults to CLI **v2.12.0** via `appVersion`. Override with `image.tag`.
A Helm chart for installing the Kosli K8S reporter as a cronjob.
@@ -205,8 +203,8 @@ If you already run [cert-manager's trust-manager](https://cert-manager.io/docs/t
The kosli reporter image repository.
-
- The kosli reporter image tag, overrides the image tag whose default is the chart appVersion.
+
+ The kosli reporter image tag. Defaults to the chart `appVersion` when left empty.
@@ -232,7 +230,7 @@ If you already run [cert-manager's trust-manager](https://cert-manager.io/docs/t
- The security context for the reporter cronjob. Set to null or `{}` to disable security context entirely (not recommended). For OpenShift, you can omit `runAsUser` to let OpenShift assign the UID.
+ The security context for the reporter cronjob. Set to null or `{}` to disable security context entirely (not recommended). For OpenShift with SCC, explicitly set `runAsUser: null` to let OpenShift assign the UID from the allowed range. Simply omitting `runAsUser` from your values override will not work because Helm deep-merges with the chart defaults.
Default:
```json
@@ -253,7 +251,7 @@ If you already run [cert-manager's trust-manager](https://cert-manager.io/docs/t
- The user id to run as. Omit this field for OpenShift environments to allow automatic UID assignment.
+ The user id to run as. For OpenShift environments with SCC, set to `null` (`runAsUser: null`) to allow automatic UID assignment. Simply omitting this field will not work due to Helm's deep merge with chart defaults.
### Kosli API token