From 3bf5d6101b38aeddf8377c7ec6efb9c81641ff3e Mon Sep 17 00:00:00 2001 From: Harry Lee Date: Tue, 24 Jul 2018 10:44:25 +0200 Subject: [PATCH] [stable/redis] Fixed typo in README (#6769) * Fixed typo in README * [stable/redis] Bumped version * [stable/redis] Bumped version --- stable/redis/Chart.yaml | 2 +- stable/redis/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index da64846768..f2e55d0caa 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,5 +1,5 @@ name: redis -version: 3.7.1 +version: 3.7.2 appVersion: 4.0.10 description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. keywords: diff --git a/stable/redis/README.md b/stable/redis/README.md index 9d6b3c079f..a8de33b14c 100644 --- a/stable/redis/README.md +++ b/stable/redis/README.md @@ -76,7 +76,7 @@ The following table lists the configurable parameters of the Redis chart and the | `metrics.extraArgs` | Extra arguments for the binary; possible values [here](https://github.com/oliver006/redis_exporter#flags) | {} | | `metrics.podLabels` | Additional labels for Metrics exporter pod | {} | | `metrics.podAnnotations` | Additional annotations for Metrics exporter pod | {} | -| `master.service.type` | Kubernetes Service type (redis metrics) | `LoadBalancer` | +| `metrics.service.type` | Kubernetes Service type (redis metrics) | `LoadBalancer` | | `metrics.service.annotations` | Annotations for the services to monitor (redis master and redis slave service) | {} | | `metrics.service.loadBalancerIP` | loadBalancerIP if redis metrics service type is `LoadBalancer` | `nil` | | `metrics.resources` | Exporter resource requests/limit | Memory: `256Mi`, CPU: `100m` |