From 3e51d4da6ed659d23283449850f1d4bc82d17dd8 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sun, 5 Jul 2020 17:22:30 +0200 Subject: [PATCH] Update version of grafana and prometheus --- 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 197e535..8047f5f 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.3 + image: docker.io/grafana/grafana:7.0.4 env: - name: GF_PATHS_CONFIG value: "/etc/grafana/custom.ini" diff --git a/templates/prometheus/deployment.yaml b/templates/prometheus/deployment.yaml index 80acb9b..48a798d 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.0 + image: quay.io/prometheus/prometheus:v2.19.1 args: - --web.listen-address=0.0.0.0:9090 - --config.file=/etc/prometheus/prometheus.yaml