Skip to content

Commit

Permalink
upgrade pushgateway (helm#16061)
Browse files Browse the repository at this point in the history
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
Signed-off-by: Roland Gritzer <gritzer.roland@gmail.com>
  • Loading branch information
davidkarlsen authored and landorg committed Aug 19, 2019
1 parent edc00e7 commit d13f9e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/prometheus-pushgateway/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "0.9.0"
appVersion: "0.9.1"
description: A Helm chart for prometheus pushgateway
name: prometheus-pushgateway
version: 1.0.0
version: 1.0.1
home: https://github.com/prometheus/pushgateway
sources:
- https://github.com/prometheus/pushgateway
Expand Down
2 changes: 1 addition & 1 deletion stable/prometheus-pushgateway/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 of the pushgateway chart a
| `extraArgs` | Optional flags for pushgateway | `[]` |
| `extraVars` | Optional environment variables for pushgateway | `[]` |
| `image.repository` | Image repository | `prom/pushgateway` |
| `image.tag` | Image tag | `v0.9.0` |
| `image.tag` | Image tag | `v0.9.1` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `ingress.enabled` | Enables Ingress for pushgateway | `false` |
| `ingress.annotations` | Ingress annotations | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion stable/prometheus-pushgateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
image:
repository: prom/pushgateway
tag: v0.9.0
tag: v0.9.1
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit d13f9e0

Please sign in to comment.