From dae4badbfa8434930db7c95774da3c2b60ee0646 Mon Sep 17 00:00:00 2001 From: Adrien Date: Fri, 27 Nov 2020 16:27:56 +0100 Subject: [PATCH] Update from upstream --- templates/grafana/deployment.yaml | 2 +- templates/prometheus/deployment.yaml | 2 +- .../prometheus/exporters/kube-state-metrics/deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/grafana/deployment.yaml b/templates/grafana/deployment.yaml index 6e7bc5a..974cc9a 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.3.3 + image: docker.io/grafana/grafana:7.3.4 env: - name: GF_PATHS_CONFIG value: "/etc/grafana/custom.ini" diff --git a/templates/prometheus/deployment.yaml b/templates/prometheus/deployment.yaml index 4768474..0663d26 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.22.2 + image: quay.io/prometheus/prometheus:v2.23.0-rc.0 args: - --web.listen-address=0.0.0.0:9090 - --config.file=/etc/prometheus/prometheus.yaml diff --git a/templates/prometheus/exporters/kube-state-metrics/deployment.yaml b/templates/prometheus/exporters/kube-state-metrics/deployment.yaml index 9870d3c..612b9ad 100644 --- a/templates/prometheus/exporters/kube-state-metrics/deployment.yaml +++ b/templates/prometheus/exporters/kube-state-metrics/deployment.yaml @@ -25,7 +25,7 @@ spec: serviceAccountName: kube-state-metrics containers: - name: kube-state-metrics - image: quay.io/coreos/kube-state-metrics:v2.0.0-alpha.2 + image: quay.io/coreos/kube-state-metrics:v2.0.0-alpha.3 ports: - name: metrics containerPort: 8080