From 05b99178ae0529257f6db09352484cfc1c494b1e Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Tue, 19 Jun 2018 21:43:50 -0700 Subject: [PATCH] Update prometheus from v2.3.0 to v2.3.1 * https://github.com/prometheus/prometheus/releases/tag/v2.3.1 --- CHANGES.md | 2 +- addons/prometheus/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 68ead150..1f49041a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,7 +22,7 @@ Notable changes between versions. #### Addons -* Update Prometheus from v2.2.1 to v2.3.0 +* Update Prometheus from v2.2.1 to v2.3.1 * Add Prometheus liveness and readiness probes * Annotate Grafana service so Prometheus scrapes metrics * Label namespaces to ease writing Network Policies diff --git a/addons/prometheus/deployment.yaml b/addons/prometheus/deployment.yaml index f4c737c6..58b77ee1 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.3.0 + image: quay.io/prometheus/prometheus:v2.3.1 args: - --web.listen-address=0.0.0.0:9090 - --config.file=/etc/prometheus/prometheus.yaml