[stable/prometheus-pushgateway] Update default version to v1.0.0 (#18091)

https://github.com/prometheus/pushgateway/blob/master/CHANGELOG.md#100--2019-10-15

Signed-off-by: Asher Foa <asher@asherfoa.com>
This commit is contained in:
Asher Foa
2019-10-21 01:15:37 -07:00
committed by Kubernetes Prow Robot
parent adaed47c91
commit 7900e9a507
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "0.9.1"
appVersion: "1.0.0"
description: A Helm chart for prometheus pushgateway
name: prometheus-pushgateway
version: 1.0.1
version: 1.1.0
home: https://github.com/prometheus/pushgateway
sources:
- https://github.com/prometheus/pushgateway
+1 -1
View File
@@ -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.1` |
| `image.tag` | Image tag | `v1.0.0` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `ingress.enabled` | Enables Ingress for pushgateway | `false` |
| `ingress.annotations` | Ingress annotations | `{}` |
+1 -1
View File
@@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
image:
repository: prom/pushgateway
tag: v0.9.1
tag: v1.0.0
pullPolicy: IfNotPresent
service: