diff --git a/charts/gitea/Chart.lock b/charts/gitea/Chart.lock
index 10d8d026f1ebec32d024f39ebb8e995214ee611d..3e33beb4ab3aa01dc8c3cc802012d17b5a0ba6fe 100644
--- a/charts/gitea/Chart.lock
+++ b/charts/gitea/Chart.lock
@@ -7,6 +7,6 @@ dependencies:
   version: 0.2.10
 - name: redis
   repository: https://groundhog2k.github.io/helm-charts
-  version: 0.4.5
-digest: sha256:79f96cab4e495b3aa977f998bb71179ce63dcb5a0fd92763fded8c33ee55cd7c
-generated: "2021-06-02T20:31:35.324786+02:00"
+  version: 0.4.6
+digest: sha256:f59088c8488fcb330740f4868f62217f0b628aef8bf463482951ccabfd7d7e83
+generated: "2021-06-08T17:14:48.4002419+02:00"
diff --git a/charts/gitea/Chart.yaml b/charts/gitea/Chart.yaml
index 2667ae9bcc530b86767fb4d48e28b3abff1240d1..0db7d57b9c81e49930e49d25713f8c322db6a824 100644
--- a/charts/gitea/Chart.yaml
+++ b/charts/gitea/Chart.yaml
@@ -8,7 +8,7 @@ maintainers:
   - name: groundhog2k
 
 # This is the chart version
-version: 0.3.16
+version: 0.3.17
 
 # This is the version number of the application being deployed.
 appVersion: "1.14.2"
@@ -23,6 +23,6 @@ dependencies:
     repository: "https://groundhog2k.github.io/helm-charts"
     condition: postgres.enabled
   - name: redis
-    version: 0.4.5
+    version: 0.4.6
     repository: "https://groundhog2k.github.io/helm-charts"
     condition: redis.enabled
diff --git a/charts/gitea/README.md b/charts/gitea/README.md
index 241ebdc44d1f938e651c9eca91d83b562776f9ce..0b50bd3d9d2f9f08091014e692a6067f6baa3805 100644
--- a/charts/gitea/README.md
+++ b/charts/gitea/README.md
@@ -1,6 +1,6 @@
 #  Gitea
 
-![Version: 0.3.16](https://img.shields.io/badge/Version-0.3.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.14.2](https://img.shields.io/badge/AppVersion-1.14.2-informational?style=flat-square)
+![Version: 0.3.17](https://img.shields.io/badge/Version-0.3.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.14.2](https://img.shields.io/badge/AppVersion-1.14.2-informational?style=flat-square)
 
 A Helm chart for Gitea on Kubernetes
 
@@ -45,7 +45,7 @@ $ helm uninstall my-release
 |------------|------|---------|
 | @groundhog2k | mariadb | 0.2.12 |
 | @groundhog2k | postgres | 0.2.10 |
-| @groundhog2k | redis | 0.4.5 |
+| @groundhog2k | redis | 0.4.6 |
 
 ## Common parameters
 
diff --git a/charts/gitea/charts/redis-0.4.5.tgz b/charts/gitea/charts/redis-0.4.5.tgz
deleted file mode 100644
index 075a32f2669df3d51bf19c30db5c12cb644107ab..0000000000000000000000000000000000000000
Binary files a/charts/gitea/charts/redis-0.4.5.tgz and /dev/null differ
diff --git a/charts/gitea/charts/redis-0.4.6.tgz b/charts/gitea/charts/redis-0.4.6.tgz
new file mode 100644
index 0000000000000000000000000000000000000000..9bb2dc2568555c5de9e9952caf8522e005267fb6
Binary files /dev/null and b/charts/gitea/charts/redis-0.4.6.tgz differ
diff --git a/charts/nextcloud/Chart.lock b/charts/nextcloud/Chart.lock
index 92b7b2ffe61633f50ce073f4e14137b8c9bcb1d6..62e86968b04eccaaaed4e3df126bdb8b516a45d7 100644
--- a/charts/nextcloud/Chart.lock
+++ b/charts/nextcloud/Chart.lock
@@ -7,6 +7,6 @@ dependencies:
   version: 0.2.10
 - name: redis
   repository: https://groundhog2k.github.io/helm-charts
-  version: 0.4.5
-digest: sha256:79f96cab4e495b3aa977f998bb71179ce63dcb5a0fd92763fded8c33ee55cd7c
-generated: "2021-06-02T20:31:52.9089054+02:00"
+  version: 0.4.6
+digest: sha256:f59088c8488fcb330740f4868f62217f0b628aef8bf463482951ccabfd7d7e83
+generated: "2021-06-08T17:15:00.0038573+02:00"
diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml
index 02530cb97644844f70351ec63a8282c16c0ba910..a8d27a638e90484d68e8bc13c3c8e6e9f6f3934c 100644
--- a/charts/nextcloud/Chart.yaml
+++ b/charts/nextcloud/Chart.yaml
@@ -8,7 +8,7 @@ maintainers:
   - name: groundhog2k
 
 # This is the chart version.
-version: 0.5.11
+version: 0.5.12
 
 # This is the version number of the application being deployed.
 appVersion: "21.0.2-apache"
@@ -23,6 +23,6 @@ dependencies:
     repository: "https://groundhog2k.github.io/helm-charts"
     condition: postgres.enabled
   - name: redis
-    version: 0.4.5
+    version: 0.4.6
     repository: "https://groundhog2k.github.io/helm-charts"
     condition: redis.enabled
diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md
index a664e9d581e0a32a7fb2be6b0d7a2c37c3097b2a..c89555644702e74c896e70de729f5e9edea4ce03 100644
--- a/charts/nextcloud/README.md
+++ b/charts/nextcloud/README.md
@@ -1,6 +1,6 @@
 #  Nextcloud
 
-![Version: 0.5.11](https://img.shields.io/badge/Version-0.5.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 21.0.2-apache](https://img.shields.io/badge/AppVersion-21.0.2-informational?style=flat-square)
+![Version: 0.5.12](https://img.shields.io/badge/Version-0.5.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 21.0.2-apache](https://img.shields.io/badge/AppVersion-21.0.2-informational?style=flat-square)
 
 A Helm chart for Nextcloud on Kubernetes
 
@@ -64,7 +64,7 @@ $ helm uninstall my-release
 |------------|------|---------|
 | @groundhog2k | mariadb | 0.2.12 |
 | @groundhog2k | postgres | 0.2.10 |
-| @groundhog2k | redis | 0.4.5 |
+| @groundhog2k | redis | 0.4.6 |
 
 ## Common parameters
 
diff --git a/charts/nextcloud/charts/redis-0.4.5.tgz b/charts/nextcloud/charts/redis-0.4.5.tgz
deleted file mode 100644
index 075a32f2669df3d51bf19c30db5c12cb644107ab..0000000000000000000000000000000000000000
Binary files a/charts/nextcloud/charts/redis-0.4.5.tgz and /dev/null differ
diff --git a/charts/nextcloud/charts/redis-0.4.6.tgz b/charts/nextcloud/charts/redis-0.4.6.tgz
new file mode 100644
index 0000000000000000000000000000000000000000..9bb2dc2568555c5de9e9952caf8522e005267fb6
Binary files /dev/null and b/charts/nextcloud/charts/redis-0.4.6.tgz differ
diff --git a/charts/remark42/Chart.lock b/charts/remark42/Chart.lock
index 6ddca2e6e888a41dcbb4b0a391e08e9b975a40a1..92a2c48b73287884f8f09fb8fd99f77fdaf9c20d 100644
--- a/charts/remark42/Chart.lock
+++ b/charts/remark42/Chart.lock
@@ -1,6 +1,6 @@
 dependencies:
 - name: redis
   repository: https://groundhog2k.github.io/helm-charts
-  version: 0.4.5
-digest: sha256:3a3f13e2e6a698103ecbb955e565301e965f8592e36854766fe002e048fd1b31
-generated: "2021-06-02T20:32:02.1640018+02:00"
+  version: 0.4.6
+digest: sha256:c5052c5c9ced16e2c6ea21cd07196ec1953843bf8e1869bb2889003524b705ec
+generated: "2021-06-08T17:15:10.8889097+02:00"
diff --git a/charts/remark42/Chart.yaml b/charts/remark42/Chart.yaml
index 71edc59d59780c136237175f0fa2788da5488e25..324ee71f80c88de2d671c448c00600758d983764 100644
--- a/charts/remark42/Chart.yaml
+++ b/charts/remark42/Chart.yaml
@@ -7,12 +7,12 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.2.4
+version: 0.2.5
 
 appVersion: "v1.8.1"
 
 dependencies:
   - name: redis
-    version: 0.4.5
+    version: 0.4.6
     repository: "https://groundhog2k.github.io/helm-charts"
     condition: redis.enabled
diff --git a/charts/remark42/README.md b/charts/remark42/README.md
index e61a9f84d32714a436642a723e1933361b181ab5..b3a0c452b79ee71d04f67acc6d1a1cee8a874f4d 100644
--- a/charts/remark42/README.md
+++ b/charts/remark42/README.md
@@ -1,6 +1,6 @@
 # Remark42
 
-![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: v1.8.1](https://img.shields.io/badge/AppVersion-v1.8.1-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: v1.8.1](https://img.shields.io/badge/AppVersion-v1.8.1-informational?style=flat-square)
 
 A Helm chart for Remark42 on Kubernetes
 
@@ -45,7 +45,7 @@ $ helm uninstall my-release
 
 | Repository | Name | Version |
 |------------|------|---------|
-| @groundhog2k | redis | 0.4.5 |
+| @groundhog2k | redis | 0.4.6 |
 
 ## Common parameters
 
diff --git a/charts/remark42/charts/redis-0.4.5.tgz b/charts/remark42/charts/redis-0.4.5.tgz
deleted file mode 100644
index 075a32f2669df3d51bf19c30db5c12cb644107ab..0000000000000000000000000000000000000000
Binary files a/charts/remark42/charts/redis-0.4.5.tgz and /dev/null differ
diff --git a/charts/remark42/charts/redis-0.4.6.tgz b/charts/remark42/charts/redis-0.4.6.tgz
new file mode 100644
index 0000000000000000000000000000000000000000..9bb2dc2568555c5de9e9952caf8522e005267fb6
Binary files /dev/null and b/charts/remark42/charts/redis-0.4.6.tgz differ