From a98678c0c33edc87e118dea80fdbed8ec7505593 Mon Sep 17 00:00:00 2001 From: Emil Lehre Arnesen Date: Tue, 3 Feb 2026 09:44:20 +0000 Subject: [PATCH] bump default version of quay.io/oliver006/redis_exporter --- charts/redis-ha/Chart.yaml | 2 +- charts/redis-ha/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/redis-ha/Chart.yaml b/charts/redis-ha/Chart.yaml index 0874fba..1bf99e4 100644 --- a/charts/redis-ha/Chart.yaml +++ b/charts/redis-ha/Chart.yaml @@ -5,7 +5,7 @@ keywords: - redis - keyvalue - database -version: 4.35.7 +version: 4.35.8 appVersion: 8.2.2 description: This Helm chart provides a highly available Redis implementation with a master/slave configuration and uses Sentinel sidecars for failover management icon: https://img.icons8.com/external-tal-revivo-shadow-tal-revivo/24/external-redis-an-in-memory-data-structure-project-implementing-a-distributed-logo-shadow-tal-revivo.png diff --git a/charts/redis-ha/values.yaml b/charts/redis-ha/values.yaml index f093ed2..d7b2bcf 100644 --- a/charts/redis-ha/values.yaml +++ b/charts/redis-ha/values.yaml @@ -744,7 +744,7 @@ exporter: # -- Exporter image image: quay.io/oliver006/redis_exporter # -- Exporter image tag - tag: v1.67.0 + tag: v1.80.2 # -- Exporter image pullPolicy pullPolicy: IfNotPresent