Update Prometheus to v2.15.2

This commit is contained in:
stefanprodan
2020-01-16 14:48:06 +02:00
parent 1332db85c5
commit 1f0305949e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ spec:
serviceAccountName: {{ template "flagger.serviceAccountName" . }}-prometheus
containers:
- name: prometheus
image: "docker.io/prom/prometheus:v2.12.0"
image: "docker.io/prom/prometheus:v2.15.2"
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.12.0
image: prom/prometheus:v2.15.2
imagePullPolicy: IfNotPresent
args:
- '--storage.tsdb.retention=2h'
+1 -1
View File
@@ -12,4 +12,4 @@ configMapGenerator:
- prometheus.yml
images:
- name: prom/prometheus
newTag: v2.10.0
newTag: v2.15.2