From 7900e9a507072097397de4113ca3c5bb272c70d8 Mon Sep 17 00:00:00 2001 From: Asher Foa Date: Mon, 21 Oct 2019 01:15:38 -0700 Subject: [PATCH] [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 --- 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 895ce41fef..55167103b9 100644 --- a/stable/prometheus-pushgateway/Chart.yaml +++ b/stable/prometheus-pushgateway/Chart.yaml @@ -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 diff --git a/stable/prometheus-pushgateway/README.md b/stable/prometheus-pushgateway/README.md index ffe27574b9..d238bd8986 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.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 | `{}` | diff --git a/stable/prometheus-pushgateway/values.yaml b/stable/prometheus-pushgateway/values.yaml index b08f2a74e3..bc19c1169e 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.1 + tag: v1.0.0 pullPolicy: IfNotPresent service: