From 45541de978f6b2ceaa2bcc52429ef58488d64684 Mon Sep 17 00:00:00 2001 From: Naseem Date: Thu, 21 Mar 2019 19:20:17 -0400 Subject: [PATCH] Update exporter img (#12443) Signed-off-by: Naseem --- stable/redis-ha/Chart.yaml | 2 +- stable/redis-ha/README.md | 2 +- stable/redis-ha/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/redis-ha/Chart.yaml b/stable/redis-ha/Chart.yaml index d502579711..6f983e1689 100644 --- a/stable/redis-ha/Chart.yaml +++ b/stable/redis-ha/Chart.yaml @@ -5,7 +5,7 @@ keywords: - redis - keyvalue - database -version: 3.3.2 +version: 3.3.3 appVersion: 5.0.3 description: Highly available Kubernetes implementation of Redis icon: https://upload.wikimedia.org/wikipedia/en/thumb/6/6b/Redis_Logo.svg/1200px-Redis_Logo.svg.png diff --git a/stable/redis-ha/README.md b/stable/redis-ha/README.md index 7b7a5e85b7..c367409740 100644 --- a/stable/redis-ha/README.md +++ b/stable/redis-ha/README.md @@ -78,7 +78,7 @@ The following table lists the configurable parameters of the Redis chart and the | `podAntiAffinity.server` | Antiaffinity for pod assignment of servers, `hard` or `soft` | `Hard node and soft zone anti-affinity` | | `exporter.enabled` | If `true`, the prometheus exporter sidecar is enabled | `false` | | `exporter.image` | Exporter image | `oliver006/redis_exporter` | -| `exporter.tag` | Exporter tag | `v0.28.0` | +| `exporter.tag` | Exporter tag | `v0.31.0` | | `exporter.annotations` | Prometheus scrape annotations | `{prometheus.io/path: /metrics, prometheus.io/port: "9121", prometheus.io/scrape: "true"}` | | `exporter.extraArgs` | Additional args for the exporter | `{}` | | `hostPath.path` | Use this path on the host for data storage | not set | diff --git a/stable/redis-ha/values.yaml b/stable/redis-ha/values.yaml index b67d711f95..71e0828459 100644 --- a/stable/redis-ha/values.yaml +++ b/stable/redis-ha/values.yaml @@ -115,7 +115,7 @@ affinity: | exporter: enabled: false image: oliver006/redis_exporter - tag: v0.28.0 + tag: v0.31.0 pullPolicy: IfNotPresent # prometheus port & scrape path