Update Prometheus and Grafana

- Prometheus 2.23.0
- Grafana 7.3.4

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2020-12-09 11:20:23 +02:00
parent eb890ef174
commit fee442ffe0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ tolerations: []
prometheus:
# to be used with ingress controllers
install: false
image: docker.io/prom/prometheus:v2.21.0
image: docker.io/prom/prometheus:v2.23.0
retention: 2h
kubeconfigQPS: ""
+1 -1
View File
@@ -6,7 +6,7 @@ replicaCount: 1
image:
repository: grafana/grafana
tag: 7.2.0
tag: 7.3.4
pullPolicy: IfNotPresent
podAnnotations: {}
+1 -1
View File
@@ -19,7 +19,7 @@ spec:
serviceAccountName: flagger-prometheus
containers:
- name: prometheus
image: prom/prometheus:v2.21.0
image: prom/prometheus:v2.23.0
imagePullPolicy: IfNotPresent
args:
- '--storage.tsdb.retention=2h'