From 336d67248e5c176fd07f20780729d934a76d6045 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sat, 18 Jul 2020 10:34:33 +0200 Subject: [PATCH] Update grafana and prometheus version --- templates/grafana/deployment.yaml | 2 +- templates/prometheus/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/grafana/deployment.yaml b/templates/grafana/deployment.yaml index fc9a051..f7d68eb 100644 --- a/templates/grafana/deployment.yaml +++ b/templates/grafana/deployment.yaml @@ -23,7 +23,7 @@ spec: spec: containers: - name: grafana - image: docker.io/grafana/grafana:7.0.5 + image: docker.io/grafana/grafana:7.0.6 env: - name: GF_PATHS_CONFIG value: "/etc/grafana/custom.ini" diff --git a/templates/prometheus/deployment.yaml b/templates/prometheus/deployment.yaml index 48a798d..d9077b2 100644 --- a/templates/prometheus/deployment.yaml +++ b/templates/prometheus/deployment.yaml @@ -20,7 +20,7 @@ spec: serviceAccountName: prometheus containers: - name: prometheus - image: quay.io/prometheus/prometheus:v2.19.1 + image: quay.io/prometheus/prometheus:v2.19.2 args: - --web.listen-address=0.0.0.0:9090 - --config.file=/etc/prometheus/prometheus.yaml