From e7c844f33607ba33f81638fcd8b742becd816b97 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Sat, 3 Aug 2019 21:22:02 +0200 Subject: [PATCH] upgrade pushgateway (#16061) Signed-off-by: David J. M. Karlsen --- stable/prometheus-pushgateway/Chart.yaml | 4 ++-- stable/prometheus-pushgateway/README.md | 2 +- stable/prometheus-pushgateway/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/prometheus-pushgateway/Chart.yaml b/stable/prometheus-pushgateway/Chart.yaml index 438736379d4a..895ce41fefcb 100644 --- a/stable/prometheus-pushgateway/Chart.yaml +++ b/stable/prometheus-pushgateway/Chart.yaml @@ -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 diff --git a/stable/prometheus-pushgateway/README.md b/stable/prometheus-pushgateway/README.md index d079835a875f..ffe27574b93e 100644 --- a/stable/prometheus-pushgateway/README.md +++ b/stable/prometheus-pushgateway/README.md @@ -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 | `{}` | diff --git a/stable/prometheus-pushgateway/values.yaml b/stable/prometheus-pushgateway/values.yaml index adb9080307c5..b08f2a74e3b0 100644 --- a/stable/prometheus-pushgateway/values.yaml +++ b/stable/prometheus-pushgateway/values.yaml @@ -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: