From 7158391e7c9e4f132a1a7ae4fc0ae7f7b9a56bb1 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Tue, 12 Sep 2023 16:26:21 +0200 Subject: [PATCH] Updated redis metrics exporter --- 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 92a0f1f4..0c31dae5 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 dcba7799..a7ab4ece 100644 --- a/charts/redis/README.md +++ b/charts/redis/README.md @@ -1,6 +1,6 @@ # Redis -   +   ## 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 7f83062f..9e8a10a0 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 41eeb697..037e860d 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 -- GitLab