Skip to content

Commit

Permalink
Update prometheus to 1.8.0 (helm#2509)
Browse files Browse the repository at this point in the history
* Update container images to latest
Fix space in retention arg
Update nodeExporter args for new release

* Bump chart version
  • Loading branch information
lachie83 authored and mgoodness committed Oct 18, 2017
1 parent 9d24186 commit 7eae4b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion stable/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: prometheus
version: 4.6.7
version: 4.6.8
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
4 changes: 2 additions & 2 deletions stable/prometheus/templates/node-exporter-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ spec:
image: "{{ .Values.nodeExporter.image.repository }}:{{ .Values.nodeExporter.image.tag }}"
imagePullPolicy: "{{ .Values.nodeExporter.image.pullPolicy }}"
args:
- --collector.procfs=/host/proc
- --collector.sysfs=/host/sys
- --path.procfs=/host/proc
- --path.sysfs=/host/sys
{{- range $key, $value := .Values.nodeExporter.extraArgs }}
- --{{ $key }}={{ $value }}
{{- end }}
Expand Down
8 changes: 4 additions & 4 deletions stable/prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ alertmanager:
##
image:
repository: prom/alertmanager
tag: v0.5.1
tag: v0.9.1
pullPolicy: IfNotPresent

## Additional alertmanager container arguments
Expand Down Expand Up @@ -187,7 +187,7 @@ kubeStateMetrics:
##
image:
repository: gcr.io/google_containers/kube-state-metrics
tag: v0.4.1
tag: v1.0.1
pullPolicy: IfNotPresent

## Node labels for kube-state-metrics pod assignment
Expand Down Expand Up @@ -245,7 +245,7 @@ nodeExporter:
##
image:
repository: prom/node-exporter
tag: v0.14.0
tag: v0.15.0
pullPolicy: IfNotPresent

## Additional node-exporter container arguments
Expand Down Expand Up @@ -319,7 +319,7 @@ server:
##
image:
repository: prom/prometheus
tag: v1.5.2
tag: v1.8.0
pullPolicy: IfNotPresent

## (optional) alertmanager URL
Expand Down

0 comments on commit 7eae4b9

Please sign in to comment.