Skip to content

Commit

Permalink
Update exporter img (helm#12443)
Browse files Browse the repository at this point in the history
Signed-off-by: Naseem <naseemkullah@gmail.com>
  • Loading branch information
naseemkullah authored and Kevin Duane committed Mar 29, 2019
1 parent 6b51e02 commit 0542b69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/redis-ha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/redis-ha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion stable/redis-ha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0542b69

Please sign in to comment.