From e556bc216724a117fe2ab7b890c230288a442037 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Tue, 24 Mar 2020 23:14:31 -0700 Subject: [PATCH] Update Prometheus from v2.17.0-rc.3 to v2.17.0 * https://github.com/prometheus/prometheus/releases/tag/v2.17.0 --- CHANGES.md | 2 +- addons/prometheus/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f19f4305..eff55a1a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,7 +17,7 @@ Notable changes between versions. #### Addons -* Update Prometheus from v2.16.0 to [v2.17.0-rc.3](https://github.com/prometheus/prometheus/releases/tag/v2.17.0-rc.3) +* Update Prometheus from v2.16.0 to [v2.17.0](https://github.com/prometheus/prometheus/releases/tag/v2.17.0) * Update Grafana from v6.6.2 to [v6.7.1](https://github.com/grafana/grafana/releases/tag/v6.7.1) ## v1.17.4 diff --git a/addons/prometheus/deployment.yaml b/addons/prometheus/deployment.yaml index 742fad8a..30972f00 100644 --- a/addons/prometheus/deployment.yaml +++ b/addons/prometheus/deployment.yaml @@ -20,7 +20,7 @@ spec: serviceAccountName: prometheus containers: - name: prometheus - image: quay.io/prometheus/prometheus:v2.17.0-rc.3 + image: quay.io/prometheus/prometheus:v2.17.0 args: - --web.listen-address=0.0.0.0:9090 - --config.file=/etc/prometheus/prometheus.yaml