Skip to content

Commit

Permalink
Update image (helm#11314)
Browse files Browse the repository at this point in the history
Signed-off-by: Naseem Ullah <[email protected]>
  • Loading branch information
naseemkullah authored and k8s-ci-robot committed Feb 12, 2019
1 parent dea84cf commit 5bde35f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/prometheus-redis-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 0.25.0
appVersion: 0.28.0
description: Prometheus exporter for Redis metrics
name: prometheus-redis-exporter
version: 1.0.1
version: 1.0.2
home: https://github.com/oliver006/redis_exporter
sources:
- https://github.com/oliver006/redis_exporter
Expand Down
2 changes: 1 addition & 1 deletion stable/prometheus-redis-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.25.0` |
| `image.tag` | prometheus-redis-exporter image tag | `v0.28.0` |
| `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) | {} |
Expand Down
2 changes: 1 addition & 1 deletion stable/prometheus-redis-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serviceAccount:
replicaCount: 1
image:
repository: oliver006/redis_exporter
tag: v0.25.0
tag: v0.28.0
pullPolicy: IfNotPresent
extraArgs: {}
# Additional Environment variables
Expand Down

0 comments on commit 5bde35f

Please sign in to comment.