Skip to content

Commit

Permalink
update prometheus-grafana addon (Azure#2183)
Browse files Browse the repository at this point in the history
  • Loading branch information
martell authored and jackfrancis committed Feb 1, 2018
1 parent 3053797 commit a221363
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions extensions/prometheus-grafana-k8s/v1/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.9.1
tag: v0.13.0
pullPolicy: IfNotPresent

## Additional alertmanager container arguments
Expand Down Expand Up @@ -163,7 +163,7 @@ configmapReload:
##
image:
repository: jimmidyson/configmap-reload
tag: v0.1
tag: v0.2.2
pullPolicy: IfNotPresent

## configmap-reload resource requests and limits
Expand All @@ -187,7 +187,7 @@ kubeStateMetrics:
##
image:
repository: k8s-gcrio.azureedge.net/kube-state-metrics
tag: v1.1.0-rc.0
tag: v1.2.0
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.15.0
tag: v0.15.2
pullPolicy: IfNotPresent

## Custom Update Strategy
Expand Down Expand Up @@ -324,7 +324,7 @@ server:
##
image:
repository: prom/prometheus
tag: v1.8.1
tag: v2.1.0
pullPolicy: IfNotPresent

## (optional) alertmanager URL
Expand Down

0 comments on commit a221363

Please sign in to comment.