upgrade prometheus (#9037)

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
David J. M. Karlsen
2018-11-06 05:30:40 -08:00
committed by k8s-ci-robot
parent 2c479b9d0c
commit b86d4dac50
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: prometheus
version: 7.3.6
appVersion: 2.4.3
version: 7.4.0
appVersion: 2.5.0
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
+1 -1
View File
@@ -218,7 +218,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.4.3`
`server.image.tag` | Prometheus server container image tag | `v2.5.0`
`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`
+1 -1
View File
@@ -484,7 +484,7 @@ server:
##
image:
repository: prom/prometheus
tag: v2.4.3
tag: v2.5.0
pullPolicy: IfNotPresent
## prometheus server priorityClassName