From 80e2af4d9e821e5f76cfcc171ba5944eab1523b3 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Thu, 12 Mar 2020 10:42:38 +0100 Subject: [PATCH] [stable/prometheus-pushgateway] upgrade to latest release (#21424) Signed-off-by: David 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 2fe724fd5fed..01307661225c 100644 --- a/stable/prometheus-pushgateway/Chart.yaml +++ b/stable/prometheus-pushgateway/Chart.yaml @@ -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 diff --git a/stable/prometheus-pushgateway/README.md b/stable/prometheus-pushgateway/README.md index b88d60692bca..23725b812d78 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 | `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 | `{}` | diff --git a/stable/prometheus-pushgateway/values.yaml b/stable/prometheus-pushgateway/values.yaml index 7709c9d660ae..1ae09068d467 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: v1.0.1 + tag: v1.2.0 pullPolicy: IfNotPresent service: