mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/prometheus] Upgrade to 2.11.1 (#15402)
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d3ff96c247
commit
ed660bdef2
@@ -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/
|
||||
|
||||
@@ -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`
|
||||
|
||||
@@ -527,7 +527,7 @@ server:
|
||||
##
|
||||
image:
|
||||
repository: prom/prometheus
|
||||
tag: v2.10.0
|
||||
tag: v2.11.1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## prometheus server priorityClassName
|
||||
|
||||
Reference in New Issue
Block a user