Merge pull request #747 from weaveworks/update-prom-grafana

Update Prometheus and Grafana
This commit is contained in:
Stefan Prodan
2020-12-09 12:04:15 +02:00
committed by GitHub
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'