Update exporter img (#12443)

Signed-off-by: Naseem <naseemkullah@gmail.com>
This commit is contained in:
Naseem
2019-03-21 16:20:17 -07:00
committed by Kubernetes Prow Robot
parent 9f1a92b14e
commit 45541de978
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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 |
+1 -1
View File
@@ -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