diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml
index 0c31dae51a4aa5b51f272533d5344b6b67f59a29..457263c8c14a679f5216e9e618564c2aa81c9d7b 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.2"
+version: "0.7.3"
 
 # 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 a7ab4ece89fda7d37e149cfd12b54d899ca24f90..ab82db27ab155c359a2313ab6d2d05243b4a225c 100644
--- a/charts/redis/README.md
+++ b/charts/redis/README.md
@@ -1,6 +1,6 @@
 # Redis
 
-![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)
+![Version: 0.7.3](https://img.shields.io/badge/Version-0.7.3-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.54.0"` | Image tag |
+| metrics.exporter.image.tag | string | `"v1.55.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 9e8a10a057413f238006611a7d24ea83d4762707..a64486e57e8c51b01f60ca1e108dd152acb6a759 100644
--- a/charts/redis/RELEASENOTES.md
+++ b/charts/redis/RELEASENOTES.md
@@ -40,4 +40,5 @@
 | 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 |
+| 0.7.3 | 7.2.1 | Updated metrics exporter to v1.55.0 |
 | | | |
diff --git a/charts/redis/values.yaml b/charts/redis/values.yaml
index 037e860df9ee9049958e370be047af1d96b5ecff..9ee972ed242f62a12892836dfc8552cc35822b47 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.54.0"
+      tag: "v1.55.0"
     ## Default security options to run Exporter as non-root, read only container without privilege escalation
     securityContext:
       allowPrivilegeEscalation: false