mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
adaed47c91
commit
7900e9a507
@@ -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
|
||||
|
||||
@@ -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 | `{}` |
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user