Skip to content

Commit

Permalink
Merge pull request #1979 from zalando-incubator/prometheus-v2.8.1
Browse files Browse the repository at this point in the history
Update prometheus to v2.8.1
  • Loading branch information
mikkeloscar authored Apr 8, 2019
2 parents 1e911a0 + 0842475 commit 5ef4ec9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cluster/manifests/prometheus/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
annotations:
labels:
application: prometheus
version: v2.6.0
version: v2.8.1
name: prometheus
namespace: kube-system
spec:
Expand All @@ -17,7 +17,7 @@ spec:
metadata:
labels:
application: prometheus
version: v2.6.0
version: v2.8.1
annotations:
config/hash: {{"configmap.yaml" | manifestHash}}
spec:
Expand All @@ -28,7 +28,7 @@ spec:
priorityClassName: system-cluster-critical
containers:
- name: prometheus
image: registry.opensource.zalan.do/teapot/prometheus:v2.6.0
image: registry.opensource.zalan.do/teapot/prometheus:v2.8.1
args:
- "--config.file=/etc/prometheus/prometheus.yml"
- "--storage.tsdb.path=/prometheus/"
Expand Down

0 comments on commit 5ef4ec9

Please sign in to comment.