Skip to content

Commit

Permalink
[stable/prometheus] updated all prometheus docker images to latest ve…
Browse files Browse the repository at this point in the history
…rsions (helm#22849)

* updated all prometheus dockeri mages to latest versions

Signed-off-by: André Bauer <[email protected]>

* removed blank line

Signed-off-by: André Bauer <[email protected]>
Signed-off-by: camelusluo <[email protected]>
  • Loading branch information
monotek authored and camelusluo committed Jul 6, 2020
1 parent 93e667b commit b5a4c18
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions stable/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: prometheus
version: 11.5.0
appVersion: 2.18.1
version: 11.6.0
appVersion: 2.19.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
8 changes: 4 additions & 4 deletions stable/prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Parameter | Description | Default
`alertmanager.enabled` | If true, create alertmanager | `true`
`alertmanager.name` | alertmanager container name | `alertmanager`
`alertmanager.image.repository` | alertmanager container image repository | `prom/alertmanager`
`alertmanager.image.tag` | alertmanager container image tag | `v0.20.0`
`alertmanager.image.tag` | alertmanager container image tag | `v0.21.0`
`alertmanager.image.pullPolicy` | alertmanager container image pull policy | `IfNotPresent`
`alertmanager.prefixURL` | The prefix slug at which the server can be accessed | ``
`alertmanager.baseURL` | The external url at which the server can be accessed | `"http://localhost:9093"`
Expand Down Expand Up @@ -209,7 +209,7 @@ Parameter | Description | Default
`nodeExporter.enabled` | If true, create node-exporter | `true`
`nodeExporter.name` | node-exporter container name | `node-exporter`
`nodeExporter.image.repository` | node-exporter container image repository| `prom/node-exporter`
`nodeExporter.image.tag` | node-exporter container image tag | `v0.18.1`
`nodeExporter.image.tag` | node-exporter container image tag | `v1.0.1`
`nodeExporter.image.pullPolicy` | node-exporter container image pull policy | `IfNotPresent`
`nodeExporter.extraArgs` | Additional node-exporter container arguments | `{}`
`nodeExporter.extraInitContainers` | Init containers to launch alongside the node-exporter | `[]`
Expand Down Expand Up @@ -240,7 +240,7 @@ Parameter | Description | Default
`pushgateway.enabled` | If true, create pushgateway | `true`
`pushgateway.name` | pushgateway container name | `pushgateway`
`pushgateway.image.repository` | pushgateway container image repository | `prom/pushgateway`
`pushgateway.image.tag` | pushgateway container image tag | `v1.0.1`
`pushgateway.image.tag` | pushgateway container image tag | `v1.2.0`
`pushgateway.image.pullPolicy` | pushgateway container image pull policy | `IfNotPresent`
`pushgateway.extraArgs` | Additional pushgateway container arguments | `{}`
`pushgateway.extraInitContainers` | Init containers to launch alongside the pushgateway | `[]`
Expand Down Expand Up @@ -280,7 +280,7 @@ Parameter | Description | Default
`server.enabled` | If false, Prometheus server will not be created | `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.18.1`
`server.image.tag` | Prometheus server container image tag | `v2.19.0`
`server.image.pullPolicy` | Prometheus server container image pull policy | `IfNotPresent`
`server.configPath` | Path to a prometheus server config file on the container FS | `/etc/config/prometheus.yml`
`server.global.scrape_interval` | How frequently to scrape targets by default | `1m`
Expand Down
2 changes: 1 addition & 1 deletion stable/prometheus/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:

- name: kube-state-metrics
version: "2.7.*"
version: "2.8.*"
repository: https://kubernetes-charts.storage.googleapis.com/
condition: kubeStateMetrics.enabled

6 changes: 3 additions & 3 deletions stable/prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ nodeExporter:
##
image:
repository: prom/node-exporter
tag: v0.18.1
tag: v1.0.1
pullPolicy: IfNotPresent

## Specify if a Pod Security Policy for node-exporter must be created
Expand Down Expand Up @@ -545,7 +545,7 @@ server:
##
image:
repository: prom/prometheus
tag: v2.18.1
tag: v2.19.0
pullPolicy: IfNotPresent

## prometheus server priorityClassName
Expand Down Expand Up @@ -939,7 +939,7 @@ pushgateway:
##
image:
repository: prom/pushgateway
tag: v1.0.1
tag: v1.2.0
pullPolicy: IfNotPresent

## pushgateway priorityClassName
Expand Down

0 comments on commit b5a4c18

Please sign in to comment.