Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

upgrade prometheus #10163

Merged
merged 1 commit into from
Dec 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
upgrade prometheus
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
  • Loading branch information
davidkarlsen committed Dec 20, 2018
commit 49f0c282f2dd5e91991b66608cefaedf23610eb1
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.2.0
appVersion: 2.5.0
version: 8.3.0
appVersion: 2.6.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
Expand Down
2 changes: 1 addition & 1 deletion stable/prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,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.5.0`
`server.image.tag` | Prometheus server container image tag | `v2.6.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`
Expand Down
2 changes: 1 addition & 1 deletion stable/prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ server:
##
image:
repository: prom/prometheus
tag: v2.5.0
tag: v2.6.0
pullPolicy: IfNotPresent

## prometheus server priorityClassName
Expand Down