mirror of
https://github.com/helm/charts.git
synced 2026-08-22 13:57:51 +00:00
upgrade prometheus (#13067)
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f2ba280a9d
commit
685da26073
@@ -1,6 +1,6 @@
|
||||
name: prometheus
|
||||
version: 8.9.2
|
||||
appVersion: 2.8.0
|
||||
version: 8.10.0
|
||||
appVersion: 2.9.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
|
||||
|
||||
@@ -235,7 +235,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.8.0`
|
||||
`server.image.tag` | Prometheus server container image tag | `v2.9.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.skipTSDBLock` | If true, Prometheus skip TSDB locking. | `false`
|
||||
|
||||
@@ -518,7 +518,7 @@ server:
|
||||
##
|
||||
image:
|
||||
repository: prom/prometheus
|
||||
tag: v2.8.0
|
||||
tag: v2.9.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## prometheus server priorityClassName
|
||||
|
||||
Reference in New Issue
Block a user