diff --git a/charts/gitea/Chart.lock b/charts/gitea/Chart.lock
index fa7bf0416616e8b7cbf741713971bd880050ae19..744e8e2ebc51e182dc88b77844df469794630c66 100644
--- a/charts/gitea/Chart.lock
+++ b/charts/gitea/Chart.lock
@@ -7,6 +7,6 @@ dependencies:
   version: 0.2.8
 - name: redis
   repository: https://groundhog2k.github.io/helm-charts
-  version: 0.2.9
-digest: sha256:223f6861e8539711e6aa072750c1c49a3577bfae55d59122c46bb487f6bbfaac
-generated: "2021-02-04T13:37:05.7598345+01:00"
+  version: 0.2.10
+digest: sha256:1650dd2e7b854e2dcb3f558dd5248a8cf63f660f3093dd3a28e14b6ec14fdca3
+generated: "2021-02-23T18:01:15.9191288+01:00"
diff --git a/charts/gitea/Chart.yaml b/charts/gitea/Chart.yaml
index bcce63e77e33ee321efff71f1ae75c2b5a65f896..247de84d81a58c3b93eca223e50f98c6e5ce1038 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.2.10
+version: 0.2.11
 
 # This is the version number of the application being deployed.
 appVersion: "1.13.2"
@@ -23,6 +23,6 @@ dependencies:
     repository: "https://groundhog2k.github.io/helm-charts"
     condition: postgres.enabled
   - name: redis
-    version: 0.2.9
+    version: 0.2.10
     repository: "https://groundhog2k.github.io/helm-charts"
     condition: redis.enabled
diff --git a/charts/gitea/README.md b/charts/gitea/README.md
index fa12c1c2f546e8face1e4a7726ff736951643894..3302524aaace6fb3276ae842102b85570a8ca856 100644
--- a/charts/gitea/README.md
+++ b/charts/gitea/README.md
@@ -1,6 +1,6 @@
 #  Gitea
 
-![Version: 0.2.10](https://img.shields.io/badge/Version-0.2.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.13.2](https://img.shields.io/badge/AppVersion-1.13.2-informational?style=flat-square)
+![Version: 0.2.11](https://img.shields.io/badge/Version-0.2.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.13.2](https://img.shields.io/badge/AppVersion-1.13.2-informational?style=flat-square)
 
 A Helm chart for Gitea on Kubernetes
 
@@ -45,7 +45,7 @@ $ helm uninstall my-release
 |------------|------|---------|
 | @groundhog2k | mariadb | 0.2.9 |
 | @groundhog2k | postgres | 0.2.8 |
-| @groundhog2k | redis | 0.2.9 |
+| @groundhog2k | redis | 0.2.10 |
 
 ## Common parameters
 
diff --git a/charts/gitea/charts/redis-0.2.10.tgz b/charts/gitea/charts/redis-0.2.10.tgz
new file mode 100644
index 0000000000000000000000000000000000000000..a273da0298433447445d52c0bc1b2cb414e44101
Binary files /dev/null and b/charts/gitea/charts/redis-0.2.10.tgz differ
diff --git a/charts/gitea/charts/redis-0.2.9.tgz b/charts/gitea/charts/redis-0.2.9.tgz
deleted file mode 100644
index 6f14bc47cd6c910e77729e9fd1182912cb584cee..0000000000000000000000000000000000000000
Binary files a/charts/gitea/charts/redis-0.2.9.tgz and /dev/null differ
diff --git a/charts/nextcloud/Chart.lock b/charts/nextcloud/Chart.lock
index cf69833ad16907a93d954ccc1b8fb761c0dea115..41ff1ba2e89a42fd25922e2c88935d42f7c420fa 100644
--- a/charts/nextcloud/Chart.lock
+++ b/charts/nextcloud/Chart.lock
@@ -7,6 +7,6 @@ dependencies:
   version: 0.2.8
 - name: redis
   repository: https://groundhog2k.github.io/helm-charts
-  version: 0.2.9
-digest: sha256:223f6861e8539711e6aa072750c1c49a3577bfae55d59122c46bb487f6bbfaac
-generated: "2021-02-04T14:05:26.3133582+01:00"
+  version: 0.2.10
+digest: sha256:1650dd2e7b854e2dcb3f558dd5248a8cf63f660f3093dd3a28e14b6ec14fdca3
+generated: "2021-02-23T18:01:57.6613608+01:00"
diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml
index 2afac99b0e7bbaedf3dc5c551fa0ff0fe2dcd87e..909eaf473974a060b5221d7ecf59603cd70925d6 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.4.4
+version: 0.4.5
 
 # This is the version number of the application being deployed.
 appVersion: "20.0.7-apache"
@@ -23,6 +23,6 @@ dependencies:
     repository: "https://groundhog2k.github.io/helm-charts"
     condition: postgres.enabled
   - name: redis
-    version: 0.2.9
+    version: 0.2.10
     repository: "https://groundhog2k.github.io/helm-charts"
     condition: redis.enabled
diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md
index 44bc24db5d32f8d74b6d9efe44f51687112a2af8..ebdf789ece593b4eda339732be17e72bad7b6182 100644
--- a/charts/nextcloud/README.md
+++ b/charts/nextcloud/README.md
@@ -1,6 +1,6 @@
 #  Nextcloud
 
-![Version: 0.4.4](https://img.shields.io/badge/Version-0.4.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 20.0.7-apache](https://img.shields.io/badge/AppVersion-20.0.7-informational?style=flat-square)
+![Version: 0.4.5](https://img.shields.io/badge/Version-0.4.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 20.0.7-apache](https://img.shields.io/badge/AppVersion-20.0.7-informational?style=flat-square)
 
 A Helm chart for Nextcloud on Kubernetes
 
@@ -64,7 +64,7 @@ $ helm uninstall my-release
 |------------|------|---------|
 | @groundhog2k | mariadb | 0.2.9 |
 | @groundhog2k | postgres | 0.2.8 |
-| @groundhog2k | redis | 0.2.9 |
+| @groundhog2k | redis | 0.2.10 |
 
 ## Common parameters
 
diff --git a/charts/nextcloud/charts/redis-0.2.10.tgz b/charts/nextcloud/charts/redis-0.2.10.tgz
new file mode 100644
index 0000000000000000000000000000000000000000..a273da0298433447445d52c0bc1b2cb414e44101
Binary files /dev/null and b/charts/nextcloud/charts/redis-0.2.10.tgz differ
diff --git a/charts/nextcloud/charts/redis-0.2.9.tgz b/charts/nextcloud/charts/redis-0.2.9.tgz
deleted file mode 100644
index 6f14bc47cd6c910e77729e9fd1182912cb584cee..0000000000000000000000000000000000000000
Binary files a/charts/nextcloud/charts/redis-0.2.9.tgz and /dev/null differ