Updating image of prometheus-redis-exporter to latest version (#8994)

Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
This commit is contained in:
Naseem
2018-11-06 02:16:38 -08:00
committed by k8s-ci-robot
parent 3f052158a0
commit 2c479b9d0c
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 0.21.1
appVersion: 0.21.2
description: Prometheus exporter for Redis metrics
name: prometheus-redis-exporter
version: 0.3.3
version: 0.3.4
home: https://github.com/oliver006/redis_exporter
sources:
- https://github.com/oliver006/redis_exporter
+1 -1
View File
@@ -44,7 +44,7 @@ The following table lists the configurable parameters and their default values.
| ---------------------- | --------------------------------------------------- | ------------------------- |
| `replicaCount` | desired number of prometheus-redis-exporter pods | `1` |
| `image.repository` | prometheus-redis-exporter image repository | `oliver006/redis_exporter`|
| `image.tag` | prometheus-redis-exporter image tag | `v0.21.1` |
| `image.tag` | prometheus-redis-exporter image tag | `v0.21.2` |
| `image.pullPolicy` | image pull policy | `IfNotPresent` |
| `extraArgs` | extra arguments for the binary; possible values [here](https://github.com/oliver006/redis_exporter#flags)| {}
| `env` | additional environment variables in YAML format. Can be used to pass credentials as env variables (via secret) as per the image readme [here](https://github.com/oliver006/redis_exporter#environment-variables) | {} |
+1 -1
View File
@@ -13,7 +13,7 @@ serviceAccount:
replicaCount: 1
image:
repository: oliver006/redis_exporter
tag: v0.21.1
tag: v0.21.2
pullPolicy: IfNotPresent
extraArgs: {}
# Additional Environment variables