diff --git a/zammad/Chart.yaml b/zammad/Chart.yaml index 9152f701..2401a104 100644 --- a/zammad/Chart.yaml +++ b/zammad/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: zammad -version: 8.3.0 +version: 8.3.1 appVersion: 5.4.1-28 description: Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and e-mails. home: https://zammad.org diff --git a/zammad/README.md b/zammad/README.md index 047679ba..f5f7a786 100644 --- a/zammad/README.md +++ b/zammad/README.md @@ -45,24 +45,20 @@ This is relevant to **EFS** for AWS users, as well. To run OpenShift unprivileged and with [arbitrary UIDs and GIDs](https://cloud.redhat.com/blog/a-guide-to-openshift-and-uids): - Add the extraRsyncParams `--no-perms --omit-dir-times`. -- Set `securityContext` and `zammadConfig.initContainers.zammad.securityContext.runAsUser` empty (not empty string `""` or empty map `{}`). +- [Delete the default key](https://helm.sh/docs/chart_template_guide/values_files/#deleting-a-default-key) `securityContext` and `zammadConfig.initContainers.zammad.securityContext.runAsUser` with `null`. - Disable if used: - also `podSecurityContext` in all subcharts. - the privileged [sysctlImage](https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch#default-kernel-settings) in elasticsearch subchart. ```yaml -securityContext: - fsGroup: # must be emtpy - runAsUser: # must be emtpy - runAsNonRoot: # must be emtpy - runAsGroup: # must be emtpy +securityContext: null zammadConfig: initContainers: zammad: extraRsyncParams: "--no-perms --omit-dir-times" securityContext: - runAsUser: # must be emtpy + runAsUser: null elasticsearch: sysctlImage: