From 2a09a0c540a1d8a89e41c6e9a99ec6f9b504e8cb Mon Sep 17 00:00:00 2001 From: Adrien Date: Thu, 22 Oct 2020 19:25:40 +0200 Subject: [PATCH] Update from upstream --- 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 1dcfecd..a797598 100644 --- a/templates/grafana/deployment.yaml +++ b/templates/grafana/deployment.yaml @@ -24,7 +24,7 @@ spec: type: RuntimeDefault containers: - name: grafana - image: docker.io/grafana/grafana:7.2.1 + image: docker.io/grafana/grafana:7.2.2 env: - name: GF_PATHS_CONFIG value: "/etc/grafana/custom.ini" diff --git a/templates/prometheus/deployment.yaml b/templates/prometheus/deployment.yaml index a2d5a7a..4a05015 100644 --- a/templates/prometheus/deployment.yaml +++ b/templates/prometheus/deployment.yaml @@ -21,7 +21,7 @@ spec: serviceAccountName: prometheus containers: - name: prometheus - image: quay.io/prometheus/prometheus:v2.21.0 + image: quay.io/prometheus/prometheus:v2.22.0 args: - --web.listen-address=0.0.0.0:9090 - --config.file=/etc/prometheus/prometheus.yaml