diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml
index b0d3d47800f0564c7d9f82a6207b95dd45ee1d3a..6b0ac5b7c1c390e80f823bdeefc8321c6d7e116e 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.6.13"
+version: "0.6.14"
 
 # This is the version number of the application being deployed.
 appVersion: "7.0.12"
diff --git a/charts/redis/README.md b/charts/redis/README.md
index ba510c8040a651b98fd622baf117c1b6388ea469..acf1568a9c56f95a2a269914fee72a6f035099d3 100644
--- a/charts/redis/README.md
+++ b/charts/redis/README.md
@@ -1,6 +1,6 @@
 # Redis
 
-![Version: 0.6.13](https://img.shields.io/badge/Version-0.6.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.12](https://img.shields.io/badge/AppVersion-7.0.12-informational?style=flat-square)
+![Version: 0.6.14](https://img.shields.io/badge/Version-0.6.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.12](https://img.shields.io/badge/AppVersion-7.0.12-informational?style=flat-square)
 
 ## Changelog
 
@@ -130,7 +130,7 @@ helm uninstall my-release
 | metrics.exporter.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
 | metrics.exporter.image.registry | string | `"docker.io"` | Image registry |
 | metrics.exporter.image.repository | string | `"oliver006/redis_exporter"` | Image name |
-| metrics.exporter.image.tag | string | `"v1.50.0"` | Image tag |
+| metrics.exporter.image.tag | string | `"v1.51.0"` | Image tag |
 | metrics.exporter.resources | object | `{}` | Resource limits and requests |
 | metrics.exporter.livenessProbe | object | `see values.yaml` | Liveness probe configuration |
 | metrics.exporter.startupProbe | object | `see values.yaml` | Startup probe configuration |
diff --git a/charts/redis/RELEASENOTES.md b/charts/redis/RELEASENOTES.md
index 927c22bab8ed30f052587cf80e93eed8963de371..eaacecb5794cf72c03ae241fac5da69f266bf52e 100644
--- a/charts/redis/RELEASENOTES.md
+++ b/charts/redis/RELEASENOTES.md
@@ -34,4 +34,5 @@
 | 0.6.11 | 7.0.11 | Fixed split brain bug - thx @tim-hanssen @tomswinkels |
 | 0.6.12 | 7.0.11 | Added metrics and service monitor support |
 | 0.6.13 | 7.0.12 | Upgraded to Redis 7.0.12 |
+| 0.6.14 | 7.0.12 | Updated metrics exporter to v1.51.0 |
 | | | |
diff --git a/charts/redis/values.yaml b/charts/redis/values.yaml
index 054a80ae6867fd0c9a6985010605aa22aef3f318..41eeb697e6ea29ad332b22934eb3be6ae258baa4 100644
--- a/charts/redis/values.yaml
+++ b/charts/redis/values.yaml
@@ -64,7 +64,7 @@ metrics:
       registry: "docker.io"
       repository: "oliver006/redis_exporter"
       pullPolicy: IfNotPresent
-      tag: "v1.50.0"
+      tag: "v1.51.0"
     ## Default security options to run Exporter as non-root, read only container without privilege escalation
     securityContext:
       allowPrivilegeEscalation: false