From 95f3e724fc2572cf4c20d09166ecbfd7275eb2bc Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Thu, 31 Jan 2019 14:09:58 +0100 Subject: [PATCH] [stable/prometheus] upgrade to latest release (#11030) Signed-off-by: David J. M. Karlsen --- stable/prometheus/Chart.yaml | 4 ++-- stable/prometheus/README.md | 2 +- stable/prometheus/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/prometheus/Chart.yaml b/stable/prometheus/Chart.yaml index c096b92f96..897cdd59a4 100755 --- a/stable/prometheus/Chart.yaml +++ b/stable/prometheus/Chart.yaml @@ -1,6 +1,6 @@ name: prometheus -version: 8.6.0 -appVersion: 2.7.0 +version: 8.6.1 +appVersion: 2.7.1 description: Prometheus is a monitoring system and time series database. home: https://prometheus.io/ icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png diff --git a/stable/prometheus/README.md b/stable/prometheus/README.md index d132c80d1e..495a447409 100644 --- a/stable/prometheus/README.md +++ b/stable/prometheus/README.md @@ -227,7 +227,7 @@ Parameter | Description | Default `rbac.create` | If true, create & use RBAC resources | `true` `server.name` | Prometheus server container name | `server` `server.image.repository` | Prometheus server container image repository | `prom/prometheus` -`server.image.tag` | Prometheus server container image tag | `v2.7.0` +`server.image.tag` | Prometheus server container image tag | `v2.7.1` `server.image.pullPolicy` | Prometheus server container image pull policy | `IfNotPresent` `server.enableAdminApi` | If true, Prometheus administrative HTTP API will be enabled. Please note, that you should take care of administrative API access protection (ingress or some frontend Nginx with auth) before enabling it. | `false` `server.configPath` | Path to a prometheus server config file on the container FS | `/etc/config/prometheus.yml` diff --git a/stable/prometheus/values.yaml b/stable/prometheus/values.yaml index 15389f50b4..c57c20206a 100644 --- a/stable/prometheus/values.yaml +++ b/stable/prometheus/values.yaml @@ -518,7 +518,7 @@ server: ## image: repository: prom/prometheus - tag: v2.7.0 + tag: v2.7.1 pullPolicy: IfNotPresent ## prometheus server priorityClassName