diff --git a/charts/gitea/Chart.lock b/charts/gitea/Chart.lock
index c099e23f0ca246ef3f8318702b98d6984da207f7..5c513fd70642b252b8caba9bd8d98e533e2540c4 100644
--- a/charts/gitea/Chart.lock
+++ b/charts/gitea/Chart.lock
@@ -7,6 +7,6 @@ dependencies:
   version: 0.2.9
 - name: redis
   repository: https://groundhog2k.github.io/helm-charts
-  version: 0.3.0
-digest: sha256:623d3cc3ae1600a5e265fdaffef5da35bd3d476eb5db199b4ea2a07e87d445ca
-generated: "2021-02-27T18:40:47.1590478+01:00"
+  version: 0.3.1
+digest: sha256:dfd3480929fe08791df31181daf6768c10621708440f41b6001d29efcd1dc58e
+generated: "2021-03-03T15:41:18.7667628+01:00"
diff --git a/charts/gitea/Chart.yaml b/charts/gitea/Chart.yaml
index 55406bc8a089042e7838312e1f727e413f9349f2..69239048578cc0001217ada4be0412ed2b5848a8 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.13
+version: 0.2.14
 
 # 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.3.0
+    version: 0.3.1
     repository: "https://groundhog2k.github.io/helm-charts"
     condition: redis.enabled
diff --git a/charts/gitea/README.md b/charts/gitea/README.md
index bbec5d32f31710650b6084a3ccca640c921c7797..63b0b83458226b69e90b2125826fadfb0564b46b 100644
--- a/charts/gitea/README.md
+++ b/charts/gitea/README.md
@@ -1,6 +1,6 @@
 #  Gitea
 
-![Version: 0.2.13](https://img.shields.io/badge/Version-0.2.13-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.14](https://img.shields.io/badge/Version-0.2.14-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.10 |
 | @groundhog2k | postgres | 0.2.9 |
-| @groundhog2k | redis | 0.3.0 |
+| @groundhog2k | redis | 0.3.1 |
 
 ## Common parameters
 
diff --git a/charts/gitea/charts/redis-0.3.0.tgz b/charts/gitea/charts/redis-0.3.0.tgz
deleted file mode 100644
index 2956988a940209ae181900336379113690da296a..0000000000000000000000000000000000000000
Binary files a/charts/gitea/charts/redis-0.3.0.tgz and /dev/null differ
diff --git a/charts/gitea/charts/redis-0.3.1.tgz b/charts/gitea/charts/redis-0.3.1.tgz
new file mode 100644
index 0000000000000000000000000000000000000000..2be50d80b7efdee872fe02df769cdb41512b6604
Binary files /dev/null and b/charts/gitea/charts/redis-0.3.1.tgz differ
diff --git a/charts/nextcloud/Chart.lock b/charts/nextcloud/Chart.lock
index e202180c4d6f1970c6183384978d3ba52b3ff1f5..88f9246c11e0cd67402b76e1ec9bd8baa4fae86f 100644
--- a/charts/nextcloud/Chart.lock
+++ b/charts/nextcloud/Chart.lock
@@ -7,6 +7,6 @@ dependencies:
   version: 0.2.9
 - name: redis
   repository: https://groundhog2k.github.io/helm-charts
-  version: 0.3.0
-digest: sha256:623d3cc3ae1600a5e265fdaffef5da35bd3d476eb5db199b4ea2a07e87d445ca
-generated: "2021-02-27T18:42:25.6175617+01:00"
+  version: 0.3.1
+digest: sha256:dfd3480929fe08791df31181daf6768c10621708440f41b6001d29efcd1dc58e
+generated: "2021-03-03T15:41:30.6430823+01:00"
diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml
index 64ac5b1a504de40039e6e7c31fac107701a45834..87ef7cf6f15b2e0959957dcc285549c60dfd37ca 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.8
+version: 0.4.9
 
 # This is the version number of the application being deployed.
 appVersion: "20.0.8-apache"
@@ -23,6 +23,6 @@ dependencies:
     repository: "https://groundhog2k.github.io/helm-charts"
     condition: postgres.enabled
   - name: redis
-    version: 0.3.0
+    version: 0.3.1
     repository: "https://groundhog2k.github.io/helm-charts"
     condition: redis.enabled
diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md
index e25db776a1ad80d50c16c980f47a871c103c693b..ee2e28d75623d96f0a95fca89f26c740357409af 100644
--- a/charts/nextcloud/README.md
+++ b/charts/nextcloud/README.md
@@ -1,6 +1,6 @@
 #  Nextcloud
 
-![Version: 0.4.8](https://img.shields.io/badge/Version-0.4.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 20.0.8-apache](https://img.shields.io/badge/AppVersion-20.0.8-informational?style=flat-square)
+![Version: 0.4.9](https://img.shields.io/badge/Version-0.4.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 20.0.8-apache](https://img.shields.io/badge/AppVersion-20.0.8-informational?style=flat-square)
 
 A Helm chart for Nextcloud on Kubernetes
 
@@ -64,7 +64,7 @@ $ helm uninstall my-release
 |------------|------|---------|
 | @groundhog2k | mariadb | 0.2.10 |
 | @groundhog2k | postgres | 0.2.9 |
-| @groundhog2k | redis | 0.3.0 |
+| @groundhog2k | redis | 0.3.1 |
 
 ## Common parameters
 
diff --git a/charts/nextcloud/charts/redis-0.3.0.tgz b/charts/nextcloud/charts/redis-0.3.0.tgz
deleted file mode 100644
index 2956988a940209ae181900336379113690da296a..0000000000000000000000000000000000000000
Binary files a/charts/nextcloud/charts/redis-0.3.0.tgz and /dev/null differ
diff --git a/charts/nextcloud/charts/redis-0.3.1.tgz b/charts/nextcloud/charts/redis-0.3.1.tgz
new file mode 100644
index 0000000000000000000000000000000000000000..2be50d80b7efdee872fe02df769cdb41512b6604
Binary files /dev/null and b/charts/nextcloud/charts/redis-0.3.1.tgz differ