From 60c77b570bf4a2e52506a5113b76dc4e41db141d Mon Sep 17 00:00:00 2001 From: Naseem Date: Mon, 8 Jul 2019 02:24:34 -0400 Subject: [PATCH] [stable/redis] exporter to 1.0.3 (#15302) * exporter to 1.0.3 Signed-off-by: Naseem * Add some notes Signed-off-by: Naseem --- stable/redis/Chart.yaml | 2 +- stable/redis/README.md | 6 +++++- stable/redis/ci/production-sentinel-values.yaml | 2 +- stable/redis/ci/production-values.yaml | 2 +- stable/redis/values-production.yaml | 2 +- stable/redis/values.yaml | 2 +- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index 1efd6d4c28..234311ba2f 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: redis -version: 8.0.17 +version: 8.0.18 appVersion: 5.0.5 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 9fa41f3cc8..ded848ca09 100644 --- a/stable/redis/README.md +++ b/stable/redis/README.md @@ -52,6 +52,10 @@ The command removes all the Kubernetes components associated with the chart and A major chart version change (like v1.2.3 -> v2.0.0) indicates that there is an incompatible breaking change needing manual actions. +### To 8.0.18 + +For releases with `metrics.enabled: true` the default tag for the exporter image is now `v1.x.x`. This introduces many changes including metrics names. You'll want to use [this dashboard](https://github.com/oliver006/redis_exporter/blob/master/contrib/grafana_prometheus_redis_dashboard.json) now. Please see the [redis_exporter github page](https://github.com/oliver006/redis_exporter#upgrading-from-0x-to-1x) for more details. + ### To 7.0.0 This version causes a change in the Redis Master StatefulSet definition, so the command helm upgrade would not work out of the box. As an alternative, one of the following could be done: @@ -146,7 +150,7 @@ The following table lists the configurable parameters of the Redis chart and the | `metrics.enabled` | Start a side-car prometheus exporter | `false` | | `metrics.image.registry` | Redis exporter image registry | `docker.io` | | `metrics.image.repository` | Redis exporter image name | `oliver006/redis_exporter` | -| `metrics.image.tag` | Redis exporter image tag | `v0.31.0` | +| `metrics.image.tag` | Redis exporter image tag | `v1.0.3` | | `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `nil` | | `metrics.extraArgs` | Extra arguments for the binary; possible values [here](https://github.com/oliver006/redis_exporter#flags) | {} | diff --git a/stable/redis/ci/production-sentinel-values.yaml b/stable/redis/ci/production-sentinel-values.yaml index 664c4ef6f0..0be0d33305 100644 --- a/stable/redis/ci/production-sentinel-values.yaml +++ b/stable/redis/ci/production-sentinel-values.yaml @@ -421,7 +421,7 @@ metrics: image: registry: docker.io repository: oliver006/redis_exporter - tag: v0.31.0 + tag: v1.0.3 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/stable/redis/ci/production-values.yaml b/stable/redis/ci/production-values.yaml index 85ba67879d..05303a5cd5 100644 --- a/stable/redis/ci/production-values.yaml +++ b/stable/redis/ci/production-values.yaml @@ -421,7 +421,7 @@ metrics: image: registry: docker.io repository: oliver006/redis_exporter - tag: v0.31.0 + tag: v1.0.3 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/stable/redis/values-production.yaml b/stable/redis/values-production.yaml index a9d6577d48..08eaa636ee 100644 --- a/stable/redis/values-production.yaml +++ b/stable/redis/values-production.yaml @@ -422,7 +422,7 @@ metrics: image: registry: docker.io repository: oliver006/redis_exporter - tag: v0.31.0 + tag: v1.0.3 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/stable/redis/values.yaml b/stable/redis/values.yaml index a332c2cc26..8aa96944e7 100644 --- a/stable/redis/values.yaml +++ b/stable/redis/values.yaml @@ -422,7 +422,7 @@ metrics: image: registry: docker.io repository: oliver006/redis_exporter - tag: v0.31.0 + tag: v1.0.3 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.