From fa4ac8dee4f95ccb01a3637aab60d4650d4691f0 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Thu, 12 Jul 2018 16:16:59 +0200 Subject: [PATCH 1/2] upgrade to latest prometheus release 2.3.2 --- 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 52f6a932cf46..762c7c35b35d 100755 --- a/stable/prometheus/Chart.yaml +++ b/stable/prometheus/Chart.yaml @@ -1,6 +1,6 @@ name: prometheus -version: 6.8.1 -appVersion: 2.3.1 +version: 6.8.2 +appVersion: 2.3.2 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 d39361e89d54..c14f88064289 100644 --- a/stable/prometheus/README.md +++ b/stable/prometheus/README.md @@ -208,7 +208,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.3.1` +`server.image.tag` | Prometheus server container image tag | `v2.3.2` `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.global.scrape_interval` | How frequently to scrape targets by default | `1m` diff --git a/stable/prometheus/values.yaml b/stable/prometheus/values.yaml index ca186a455658..b0480743da44 100644 --- a/stable/prometheus/values.yaml +++ b/stable/prometheus/values.yaml @@ -437,7 +437,7 @@ server: ## image: repository: prom/prometheus - tag: v2.3.1 + tag: v2.3.2 pullPolicy: IfNotPresent ## The URL prefix at which the container can be accessed. Useful in the case the '-web.external-url' includes a slug From 4f24ebd20f1db6f09a69b5ea8eb4275a82cee286 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Fri, 13 Jul 2018 11:15:05 +0200 Subject: [PATCH 2/2] upgrade alertmanager --- stable/prometheus/README.md | 2 +- stable/prometheus/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/prometheus/README.md b/stable/prometheus/README.md index fad29563d32d..4cc432a9433c 100644 --- a/stable/prometheus/README.md +++ b/stable/prometheus/README.md @@ -95,7 +95,7 @@ Parameter | Description | Default `alertmanager.enabled` | If true, create alertmanager | `true` `alertmanager.name` | alertmanager container name | `alertmanager` `alertmanager.image.repository` | alertmanager container image repository | `prom/alertmanager` -`alertmanager.image.tag` | alertmanager container image tag | `v0.15.0` +`alertmanager.image.tag` | alertmanager container image tag | `v0.15.1` `alertmanager.image.pullPolicy` | alertmanager container image pull policy | `IfNotPresent` `alertmanager.prefixURL` | The prefix slug at which the server can be accessed | `` `alertmanager.baseURL` | The external url at which the server can be accessed | `/` diff --git a/stable/prometheus/values.yaml b/stable/prometheus/values.yaml index 51626f1d7737..4d3ec71357b8 100644 --- a/stable/prometheus/values.yaml +++ b/stable/prometheus/values.yaml @@ -33,7 +33,7 @@ alertmanager: ## image: repository: prom/alertmanager - tag: v0.15.0 + tag: v0.15.1 pullPolicy: IfNotPresent ## alertmanager priorityClassName