diff --git a/charts/gitea/Chart.lock b/charts/gitea/Chart.lock
index ef705ebda5c9fb46d4e25ed309db1a1acaba17b8..5b6cb4f0ff4657a3bd0f8ff72bb091df79303791 100644
--- a/charts/gitea/Chart.lock
+++ b/charts/gitea/Chart.lock
@@ -7,6 +7,6 @@ dependencies:
   version: 0.2.11
 - name: redis
   repository: https://groundhog2k.github.io/helm-charts
-  version: 0.4.6
-digest: sha256:2fad1587ce3f02c01238d7e34512920eef0a4b7cb83fee7033a04887a6863c0f
-generated: "2021-07-20T18:50:00.0789399+02:00"
+  version: 0.4.7
+digest: sha256:a49de45f3ba19ba06e378278b319258a2029ac945f9763e5f93fd4788e081c25
+generated: "2021-07-23T10:27:53.8007427+02:00"
diff --git a/charts/gitea/Chart.yaml b/charts/gitea/Chart.yaml
index f24577e6555e3cf2f2ff94bd980305a09542dc96..0643d4359c263c2e2717a13b393d2e07f5a0bc78 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.22
+version: 0.3.23
 
 # This is the version number of the application being deployed.
 appVersion: "1.14.5"
@@ -23,6 +23,6 @@ dependencies:
     repository: "https://groundhog2k.github.io/helm-charts"
     condition: postgres.enabled
   - name: redis
-    version: 0.4.6
+    version: 0.4.7
     repository: "https://groundhog2k.github.io/helm-charts"
     condition: redis.enabled
diff --git a/charts/gitea/README.md b/charts/gitea/README.md
index 1d6800dbbbb8c723fd22cfae0c14689ce095a5b7..19c16525b6d629737f2a656fd5cc07749c8190ec 100644
--- a/charts/gitea/README.md
+++ b/charts/gitea/README.md
@@ -1,6 +1,6 @@
 #  Gitea
 
-![Version: 0.3.22](https://img.shields.io/badge/Version-0.3.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.14.5](https://img.shields.io/badge/AppVersion-1.14.5-informational?style=flat-square)
+![Version: 0.3.23](https://img.shields.io/badge/Version-0.3.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.14.5](https://img.shields.io/badge/AppVersion-1.14.5-informational?style=flat-square)
 
 A Helm chart for Gitea on Kubernetes
 
@@ -45,7 +45,7 @@ $ helm uninstall my-release
 |------------|------|---------|
 | @groundhog2k | mariadb | 0.2.13 |
 | @groundhog2k | postgres | 0.2.11 |
-| @groundhog2k | redis | 0.4.6 |
+| @groundhog2k | redis | 0.4.7 |
 
 ## Common parameters
 
diff --git a/charts/gitea/charts/redis-0.4.6.tgz b/charts/gitea/charts/redis-0.4.6.tgz
deleted file mode 100644
index 9bb2dc2568555c5de9e9952caf8522e005267fb6..0000000000000000000000000000000000000000
Binary files a/charts/gitea/charts/redis-0.4.6.tgz and /dev/null differ
diff --git a/charts/gitea/charts/redis-0.4.7.tgz b/charts/gitea/charts/redis-0.4.7.tgz
new file mode 100644
index 0000000000000000000000000000000000000000..807355039f23a76446942b5615b2ddf057740f2f
Binary files /dev/null and b/charts/gitea/charts/redis-0.4.7.tgz differ
diff --git a/charts/nextcloud/Chart.lock b/charts/nextcloud/Chart.lock
index 1c89d6f6e9eeaa109d1229d5415005a2136a78f0..ed5e9461b6a1322f247522a19d1bcaffc7b3bc3d 100644
--- a/charts/nextcloud/Chart.lock
+++ b/charts/nextcloud/Chart.lock
@@ -7,6 +7,6 @@ dependencies:
   version: 0.2.11
 - name: redis
   repository: https://groundhog2k.github.io/helm-charts
-  version: 0.4.6
-digest: sha256:2fad1587ce3f02c01238d7e34512920eef0a4b7cb83fee7033a04887a6863c0f
-generated: "2021-07-20T18:50:09.2096394+02:00"
+  version: 0.4.7
+digest: sha256:a49de45f3ba19ba06e378278b319258a2029ac945f9763e5f93fd4788e081c25
+generated: "2021-07-23T10:27:59.6593524+02:00"
diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml
index 2c31527bbbdbfa7b144392544b24b72fd535db6a..0c8c0bec4387a1b1f414ea63bfae5e6678b7789b 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.6.1
+version: 0.6.2
 
 # This is the version number of the application being deployed.
 appVersion: "22.0.0-apache"
@@ -23,6 +23,6 @@ dependencies:
     repository: "https://groundhog2k.github.io/helm-charts"
     condition: postgres.enabled
   - name: redis
-    version: 0.4.6
+    version: 0.4.7
     repository: "https://groundhog2k.github.io/helm-charts"
     condition: redis.enabled
diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md
index d74bf9805bffab57c0e7555d2f6a2f0a2b1fbf1b..305de751d782207cde8b1219c9146ad9e0374483 100644
--- a/charts/nextcloud/README.md
+++ b/charts/nextcloud/README.md
@@ -1,6 +1,6 @@
 #  Nextcloud
 
-![Version: 0.6.1](https://img.shields.io/badge/Version-0.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.0.0-apache](https://img.shields.io/badge/AppVersion-22.0.0-informational?style=flat-square)
+![Version: 0.6.2](https://img.shields.io/badge/Version-0.6.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.0.0-apache](https://img.shields.io/badge/AppVersion-22.0.0-informational?style=flat-square)
 
 A Helm chart for Nextcloud on Kubernetes
 
@@ -64,7 +64,7 @@ $ helm uninstall my-release
 |------------|------|---------|
 | @groundhog2k | mariadb | 0.2.13 |
 | @groundhog2k | postgres | 0.2.11 |
-| @groundhog2k | redis | 0.4.6 |
+| @groundhog2k | redis | 0.4.7 |
 
 ## Common parameters
 
diff --git a/charts/nextcloud/charts/redis-0.4.6.tgz b/charts/nextcloud/charts/redis-0.4.6.tgz
deleted file mode 100644
index 9bb2dc2568555c5de9e9952caf8522e005267fb6..0000000000000000000000000000000000000000
Binary files a/charts/nextcloud/charts/redis-0.4.6.tgz and /dev/null differ
diff --git a/charts/nextcloud/charts/redis-0.4.7.tgz b/charts/nextcloud/charts/redis-0.4.7.tgz
new file mode 100644
index 0000000000000000000000000000000000000000..807355039f23a76446942b5615b2ddf057740f2f
Binary files /dev/null and b/charts/nextcloud/charts/redis-0.4.7.tgz differ
diff --git a/charts/remark42/Chart.lock b/charts/remark42/Chart.lock
index 92a2c48b73287884f8f09fb8fd99f77fdaf9c20d..b312225e36435cd37e4b51ed92c8f8e7fa49803d 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.6
-digest: sha256:c5052c5c9ced16e2c6ea21cd07196ec1953843bf8e1869bb2889003524b705ec
-generated: "2021-06-08T17:15:10.8889097+02:00"
+  version: 0.4.7
+digest: sha256:cf33ff01b169c5f46a03d16c3fc10e1db7b6d2150c8eadc58289e0d161adacda
+generated: "2021-07-23T10:28:07.411325+02:00"
diff --git a/charts/remark42/Chart.yaml b/charts/remark42/Chart.yaml
index 324ee71f80c88de2d671c448c00600758d983764..473ae71daaaf1ed671054cdd76d68ee080eb9b29 100644
--- a/charts/remark42/Chart.yaml
+++ b/charts/remark42/Chart.yaml
@@ -7,12 +7,12 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.2.5
+version: 0.2.6
 
 appVersion: "v1.8.1"
 
 dependencies:
   - name: redis
-    version: 0.4.6
+    version: 0.4.7
     repository: "https://groundhog2k.github.io/helm-charts"
     condition: redis.enabled
diff --git a/charts/remark42/README.md b/charts/remark42/README.md
index b3a0c452b79ee71d04f67acc6d1a1cee8a874f4d..96eaa111d66f96e8f9d8866749032cf1ae4449d9 100644
--- a/charts/remark42/README.md
+++ b/charts/remark42/README.md
@@ -1,6 +1,6 @@
 # Remark42
 
-![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)
+![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: 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.6 |
+| @groundhog2k | redis | 0.4.7 |
 
 ## Common parameters
 
diff --git a/charts/remark42/charts/redis-0.4.6.tgz b/charts/remark42/charts/redis-0.4.6.tgz
deleted file mode 100644
index 9bb2dc2568555c5de9e9952caf8522e005267fb6..0000000000000000000000000000000000000000
Binary files a/charts/remark42/charts/redis-0.4.6.tgz and /dev/null differ
diff --git a/charts/remark42/charts/redis-0.4.7.tgz b/charts/remark42/charts/redis-0.4.7.tgz
new file mode 100644
index 0000000000000000000000000000000000000000..807355039f23a76446942b5615b2ddf057740f2f
Binary files /dev/null and b/charts/remark42/charts/redis-0.4.7.tgz differ