Update Prometheus to v2.12.0

This commit is contained in:
stefanprodan
2019-10-03 14:46:34 +03:00
parent 991fa1cfc8
commit 121fc57aa6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ spec:
serviceAccountName: {{ template "flagger.serviceAccountName" . }}-prometheus
containers:
- name: prometheus
image: "docker.io/prom/prometheus:v2.10.0"
image: "docker.io/prom/prometheus:v2.12.0"
imagePullPolicy: IfNotPresent
args:
- '--storage.tsdb.retention=2h'
+1 -1
View File
@@ -19,7 +19,7 @@ spec:
serviceAccountName: flagger-prometheus
containers:
- name: prometheus
image: prom/prometheus:v2.10.0
image: prom/prometheus:v2.12.0
imagePullPolicy: IfNotPresent
args:
- '--storage.tsdb.retention=2h'