diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml
index 92a0f1f4ea44d95b417006b74798b1de3d035deb..0c31dae51a4aa5b51f272533d5344b6b67f59a29 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.7.1"
+version: "0.7.2"
 
 # This is the version number of the application being deployed.
 appVersion: "7.2.1"
diff --git a/charts/redis/README.md b/charts/redis/README.md
index dcba779995542c536dec9d45c3e7543a6f20c853..a7ab4ece89fda7d37e149cfd12b54d899ca24f90 100644
--- a/charts/redis/README.md
+++ b/charts/redis/README.md
@@ -1,6 +1,6 @@
 # Redis
 
-![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.2.1](https://img.shields.io/badge/AppVersion-7.2.1-informational?style=flat-square)
+![Version: 0.7.2](https://img.shields.io/badge/Version-0.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.2.1](https://img.shields.io/badge/AppVersion-7.2.1-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.51.0"` | Image tag |
+| metrics.exporter.image.tag | string | `"v1.54.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 7f83062fe0fcb986fac7ff73c865754bd0eb43af..9e8a10a057413f238006611a7d24ea83d4762707 100644
--- a/charts/redis/RELEASENOTES.md
+++ b/charts/redis/RELEASENOTES.md
@@ -39,4 +39,5 @@
 | 0.6.15 | 7.0.13 | Upgraded to Redis 7.0.13 |
 | 0.7.0 | 7.2.0 | Upgraded to Redis 7.2.0 |
 | 0.7.1 | 7.2.1 | Upgraded to Redis 7.2.1 |
+| 0.7.2 | 7.2.1 | Upgraded to Redis 7.2.1 |
 | | | |
diff --git a/charts/redis/values.yaml b/charts/redis/values.yaml
index 41eeb697e6ea29ad332b22934eb3be6ae258baa4..037e860df9ee9049958e370be047af1d96b5ecff 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.51.0"
+      tag: "v1.54.0"
     ## Default security options to run Exporter as non-root, read only container without privilege escalation
     securityContext:
       allowPrivilegeEscalation: false