Skip to content

Commit

Permalink
Merge pull request #4533 from zalando-incubator/prometheus-v2.29.1
Browse files Browse the repository at this point in the history
Update to Prometheus v2.29.1
  • Loading branch information
aermakov-zalando authored Aug 18, 2021
2 parents 9fc19ea + 1421f88 commit caa1619
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 @@ -5,7 +5,7 @@ metadata:
pdb-controller.zalando.org/non-ready-ttl: "5m"
labels:
application: prometheus
version: v2.26.0
version: v2.29.1
{{- if ne .ConfigItems.prometheus_csi_ebs "true" }}
name: prometheus
{{- else }}
Expand All @@ -23,7 +23,7 @@ spec:
metadata:
labels:
application: prometheus
version: v2.26.0
version: v2.29.1
annotations:
config/hash: {{"configmap.yaml" | manifestHash}}
logging/destination: "{{.Cluster.ConfigItems.log_destination_infra}}"
Expand Down Expand Up @@ -60,7 +60,7 @@ spec:
mountPath: /prometheus
containers:
- name: prometheus
image: registry.opensource.zalan.do/teapot/prometheus:v2.26.0
image: registry.opensource.zalan.do/teapot/prometheus:v2.29.1
args:
- "--config.file=/prometheus/prometheus.yaml"
- "--storage.tsdb.path=/prometheus/"
Expand Down

0 comments on commit caa1619

Please sign in to comment.