Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/prometheus-pushgateway] upgrade to latest release (#21424)
Browse files Browse the repository at this point in the history
Signed-off-by: David Karlsen <david@davidkarlsen.com>
  • Loading branch information
davidkarlsen authored Mar 12, 2020
1 parent 9446463 commit 5f56365
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: "1.0.1"
appVersion: "1.2.0"
description: A Helm chart for prometheus pushgateway
name: prometheus-pushgateway
version: 1.2.15
version: 1.3.0
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 | `v1.0.1` |
| `image.tag` | Image tag | `v1.2.0` |
| `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: v1.0.1
tag: v1.2.0
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit 5f56365

Please sign in to comment.