[stable/prometheus] Upgrade to 2.11.1 (#15402)

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
David J. M. Karlsen
2019-07-10 11:58:26 -07:00
committed by Kubernetes Prow Robot
parent d3ff96c247
commit ed660bdef2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: prometheus
version: 8.14.1
version: 8.14.2
appVersion: 2.11.1
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
+1 -1
View File
@@ -237,7 +237,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.10.0`
`server.image.tag` | Prometheus server container image tag | `v2.11.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.skipTSDBLock` | If true, Prometheus skip TSDB locking. | `false`
+1 -1
View File
@@ -527,7 +527,7 @@ server:
##
image:
repository: prom/prometheus
tag: v2.10.0
tag: v2.11.1
pullPolicy: IfNotPresent
## prometheus server priorityClassName