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