From a48ca1ba26e2a6f8479ba7c7ab73a9d9f359a144 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Wed, 12 Jul 2023 16:34:46 +0200
Subject: [PATCH] Updated redis metrics exporter to v1.51.0

---
 charts/redis/Chart.yaml      | 2 +-
 charts/redis/README.md       | 4 ++--
 charts/redis/RELEASENOTES.md | 1 +
 charts/redis/values.yaml     | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml
index b0d3d478..6b0ac5b7 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 ba510c80..acf1568a 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 927c22ba..eaacecb5 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 054a80ae..41eeb697 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
-- 
GitLab