mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/redis] exporter to 1.0.3 (#15302)
* exporter to 1.0.3 Signed-off-by: Naseem <naseemkullah@gmail.com> * Add some notes Signed-off-by: Naseem <naseemkullah@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b5b2942c9f
commit
60c77b570b
@@ -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:
|
||||
|
||||
@@ -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) | {} |
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user