From 42708f9a70017c33c6c8fdbe1240d87af5ca756e Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Fri, 9 Mar 2018 00:18:38 -0800 Subject: [PATCH] Update Prometheus from v2.2.0-rc.1 to v2.2.0 * https://github.com/prometheus/prometheus/releases/tag/v2.2.0 --- addons/prometheus/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/prometheus/deployment.yaml b/addons/prometheus/deployment.yaml index 1ba1565e..338c3970 100644 --- a/addons/prometheus/deployment.yaml +++ b/addons/prometheus/deployment.yaml @@ -18,7 +18,7 @@ spec: serviceAccountName: prometheus containers: - name: prometheus - image: quay.io/prometheus/prometheus:v2.2.0-rc.1 + image: quay.io/prometheus/prometheus:v2.2.0 args: - '--config.file=/etc/prometheus/prometheus.yaml' ports: