install: Update Prometheus to v2.16.0

This commit is contained in:
stefanprodan
2020-03-23 12:03:28 +02:00
parent 683bc0b5ff
commit ce426b50e3
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ spec:
serviceAccountName: {{ template "flagger.serviceAccountName" . }}-prometheus
containers:
- name: prometheus
image: "docker.io/prom/prometheus:v2.15.2"
image: "docker.io/prom/prometheus:v2.16.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.15.2
image: prom/prometheus:v2.16.0
imagePullPolicy: IfNotPresent
args:
- '--storage.tsdb.retention=2h'
@@ -10,6 +10,3 @@ configMapGenerator:
- name: flagger-prometheus
files:
- prometheus.yml
images:
- name: prom/prometheus
newTag: v2.15.2