diff --git a/stable/prometheus/Chart.yaml b/stable/prometheus/Chart.yaml index 505884ee0f8b..a7edad0dfa87 100755 --- a/stable/prometheus/Chart.yaml +++ b/stable/prometheus/Chart.yaml @@ -1,6 +1,6 @@ name: prometheus -version: 8.10.2 -appVersion: 2.9.1 +version: 8.10.3 +appVersion: 2.9.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 793549665c07..fc3c914b57d0 100644 --- a/stable/prometheus/README.md +++ b/stable/prometheus/README.md @@ -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.9.1` +`server.image.tag` | Prometheus server container image tag | `v2.9.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.skipTSDBLock` | If true, Prometheus skip TSDB locking. | `false` diff --git a/stable/prometheus/values.yaml b/stable/prometheus/values.yaml index a733ac7cd2b7..1bac3b8e54d0 100644 --- a/stable/prometheus/values.yaml +++ b/stable/prometheus/values.yaml @@ -518,7 +518,7 @@ server: ## image: repository: prom/prometheus - tag: v2.9.1 + tag: v2.9.2 pullPolicy: IfNotPresent ## prometheus server priorityClassName