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

[stable/prometheus-pushgateway] upgrade to latest release #21424

Merged
merged 1 commit into from
Mar 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[stable/prometheus-pushgateway] upgrade to latest release
Signed-off-by: David Karlsen <david@davidkarlsen.com>
  • Loading branch information
davidkarlsen committed Mar 11, 2020
commit ddcef4ad89871ec85e2e8f60786809f8e3f35842
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