Skip to content

Commit

Permalink
upgrade to latest release (helm#13260)
Browse files Browse the repository at this point in the history
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
  • Loading branch information
davidkarlsen authored and Moritz Pein committed Apr 26, 2019
1 parent 8625cf0 commit b0d9205
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion stable/prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ server:
##
image:
repository: prom/prometheus
tag: v2.9.1
tag: v2.9.2
pullPolicy: IfNotPresent

## prometheus server priorityClassName
Expand Down

0 comments on commit b0d9205

Please sign in to comment.