diff --git a/charts/commento/Chart.yaml b/charts/commento/Chart.yaml
index a56aa55f51d115c85f339ebc409c69350596d52c..e588bde5d3890b558778d77b6c5070f1fcfdc73a 100644
--- a/charts/commento/Chart.yaml
+++ b/charts/commento/Chart.yaml
@@ -7,7 +7,7 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.1.8
+version: 0.1.9
 
 appVersion: v1.8.0
 
diff --git a/charts/commento/README.md b/charts/commento/README.md
index 79b3f77e2090d79de129a0f682627c96ade88665..433f89b4a631694c24461b1d461477aedb8fdea4 100644
--- a/charts/commento/README.md
+++ b/charts/commento/README.md
@@ -1,6 +1,6 @@
 # Commento
 
-![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.8.0](https://img.shields.io/badge/AppVersion-v1.8.0-informational?style=flat-square)
+![Version: 0.1.9](https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.8.0](https://img.shields.io/badge/AppVersion-v1.8.0-informational?style=flat-square)
 
 A Helm chart for Commento on Kubernetes
 
@@ -15,7 +15,9 @@ $ helm install my-release groundhog2k/commento
 
 This chart uses the original [Commmento from Gitlab](https://gitlab.com/commento/commento/container_registry) to deploy Commento in Kubernetes.
 
-**Commento only supports amd64 architecture!**
+## Limitations
+
+The Commento image only supports amd64 architecture!
 
 ## Prerequisites
 
diff --git a/charts/mariadb/Chart.yaml b/charts/mariadb/Chart.yaml
index 346befe9312d924cb1b03152b7d4efbf122b187e..a241e0d6b16541a494fbc703fd47d4ab9238f1c8 100644
--- a/charts/mariadb/Chart.yaml
+++ b/charts/mariadb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.2.4
+version: 0.2.5
 
 appVersion: "10.5.8"
diff --git a/charts/mariadb/README.md b/charts/mariadb/README.md
index 958bc46e317417afcc9b6deb4d3e8b2a3fd3ed5b..620ef889572846ec111e42d6b0a48a12afe2433d 100644
--- a/charts/mariadb/README.md
+++ b/charts/mariadb/README.md
@@ -1,6 +1,6 @@
 # MariaDB
 
-![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.5.8](https://img.shields.io/badge/AppVersion-10.5.8-informational?style=flat-square)
+![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.5.8](https://img.shields.io/badge/AppVersion-10.5.8-informational?style=flat-square)
 
 A Helm chart for MariaDB on Kubernetes
 
@@ -59,7 +59,7 @@ $ helm uninstall my-release
 | resources | object | `{}` | Resource limits and requests |
 | nodeSelector | object | `{}` | Deployment node selector |
 | podAnnotations | object | `{}` | Additional pod annotations |
-| podSecurityContext | object | `{}` | Pod security context |
+| podSecurityContext | object | `see values.yaml` | Pod security context |
 | securityContext | object | `see values.yaml` | Container security context |
 | env | list | `[]` | Additional container environmment variables |
 | serviceAccount.annotations | object | `{}` | Additional service account annotations |
diff --git a/charts/mariadb/values.yaml b/charts/mariadb/values.yaml
index 72a4c78fd65bb1cb44a14e6b3a00f573da2d6dec..c75ea991231bc9eca2bf2bd4cb91b0471fad15f5 100644
--- a/charts/mariadb/values.yaml
+++ b/charts/mariadb/values.yaml
@@ -29,7 +29,8 @@ nodeSelector: {}
 podAnnotations: {}
 
 ## Pod security options
-podSecurityContext: {}
+podSecurityContext:
+  fsGroup: 999
 
 ## Default security options to run MariaDB as non-root, read only container without privilege escalation
 securityContext:
diff --git a/charts/rabbitmq/Chart.yaml b/charts/rabbitmq/Chart.yaml
index 54e346564c96f32f2b6e531926e2413842f4b154..9003ed45163fdb83f2fff03be161c187344dd371 100644
--- a/charts/rabbitmq/Chart.yaml
+++ b/charts/rabbitmq/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.2.4
+version: 0.2.5
 
 appVersion: 3.8.9
diff --git a/charts/rabbitmq/README.md b/charts/rabbitmq/README.md
index 8b3d7aa0c87a4d1befc303a28443062c0745d989..0535712bd155989d44272e973a39fac946840b39 100644
--- a/charts/rabbitmq/README.md
+++ b/charts/rabbitmq/README.md
@@ -1,6 +1,6 @@
 # RabbitMQ
 
-![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.9](https://img.shields.io/badge/AppVersion-3.8.9-informational?style=flat-square)
+![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.9](https://img.shields.io/badge/AppVersion-3.8.9-informational?style=flat-square)
 
 A Helm chart for a RabbitMQ cluster on Kubernetes
 
@@ -59,7 +59,7 @@ $ helm uninstall my-release
 | resources | object | `{}` | Resource limits and requests |
 | nodeSelector | object | `{}` | Deployment node selector |
 | podAnnotations | object | `{}` | Additional pod annotations |
-| podSecurityContext | object | `{}` | Pod security context |
+| podSecurityContext | object | `see values.yaml` | Pod security context |
 | securityContext | object | `see values.yaml` | Container security context |
 | env | list | `[]` | Additional container environmment variables |
 | args | list | `[]` | Additional container command arguments |
diff --git a/charts/rabbitmq/values.yaml b/charts/rabbitmq/values.yaml
index 1211b43f9178001c9f695928d49da51998798b11..5be3c239f5d84589e84355e6c26823465178b68e 100644
--- a/charts/rabbitmq/values.yaml
+++ b/charts/rabbitmq/values.yaml
@@ -25,7 +25,8 @@ replicaCount: 1
 podAnnotations: {}
 
 ## Pod security options
-podSecurityContext: {}
+podSecurityContext:
+  fsGroup: 999
 
 podManagementPolicy: OrderedReady
 
diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml
index dffd1b364b62ebe9dd8a2d737d976a55a162b40f..b36edea31006e403d641e7d5915b85291968638e 100644
--- a/charts/redis/Chart.yaml
+++ b/charts/redis/Chart.yaml
@@ -8,7 +8,7 @@ maintainers:
   - name: groundhog2k
 
 # This is the chart version
-version: 0.2.5
+version: 0.2.6
 
 # This is the version number of the application being deployed.
 appVersion: "6.0.10"
diff --git a/charts/redis/README.md b/charts/redis/README.md
index 6052d8749a2f8dbfd4b094855e9bca47c81f02a4..bb27dfa72f621dcdf55027f276baa3bcb87acd81 100644
--- a/charts/redis/README.md
+++ b/charts/redis/README.md
@@ -1,6 +1,6 @@
 # Redis
 
-![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.10](https://img.shields.io/badge/AppVersion-6.0.10-informational?style=flat-square)
+![Version: 0.2.6](https://img.shields.io/badge/Version-0.2.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.10](https://img.shields.io/badge/AppVersion-6.0.10-informational?style=flat-square)
 
 A Helm chart for Redis on Kubernetes
 
@@ -59,7 +59,7 @@ $ helm uninstall my-release
 | resources | object | `{}` | Resource limits and requests |
 | nodeSelector | object | `{}` | Deployment node selector |
 | podAnnotations | object | `{}` | Additional pod annotations |
-| podSecurityContext | object | `{}` | Pod security context |
+| podSecurityContext | object | `see values.yaml` | Pod security context |
 | securityContext | object | `see values.yaml` | Container security context |
 | env | list | `[]` | Additional container environmment variables |
 | args | list | `[]` | Additional container command arguments |
diff --git a/charts/redis/values.yaml b/charts/redis/values.yaml
index b243195bc24828f3088202744181e602415cf405..ff7b428a90aefa60922074d7ec9d122cdc355f14 100644
--- a/charts/redis/values.yaml
+++ b/charts/redis/values.yaml
@@ -29,7 +29,8 @@ nodeSelector: {}
 podAnnotations: {}
 
 ## Pod security options
-podSecurityContext: {}
+podSecurityContext:
+  fsGroup: 999
 
 ## Default security options to run Redis as non-root, read only container without privilege escalation
 securityContext: