Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/redis-ha] Update version of redis-exporter #16601

Merged
merged 5 commits into from
Nov 11, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/redis-ha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- redis
- keyvalue
- database
version: 3.7.1
version: 3.8.0
appVersion: 5.0.5
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 @@ -81,7 +81,7 @@ The following table lists the configurable parameters of the Redis chart and the
| `affinity` | Override all other affinity settings with a string. | `""` |
| `exporter.enabled` | If `true`, the prometheus exporter sidecar is enabled | `false` |
| `exporter.image` | Exporter image | `oliver006/redis_exporter` |
| `exporter.tag` | Exporter tag | `v0.31.0` |
| `exporter.tag` | Exporter tag | `v1.1.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 | `{}` |
| `podDisruptionBudget` | Pod Disruption Budget rules | `{}` |
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 @@ -158,7 +158,7 @@ affinity: |
exporter:
enabled: false
image: oliver006/redis_exporter
tag: v0.31.0
tag: v1.1.0
pullPolicy: IfNotPresent

# prometheus port & scrape path
Expand Down