From 21178868db7997b4d63e601a1a6f4dc4db346621 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sat, 27 Jun 2020 14:53:58 -0700 Subject: [PATCH] Revert "Update Prometheus from v2.19.1 to v2.19.2" * Prometheus has not published the v1.19.2 * This reverts commit 81b6f54169119702c3cc6a3ecabca77f8646b444. --- CHANGES.md | 2 +- addons/prometheus/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 534be03f..23dc7c24 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,7 +11,7 @@ Notable changes between versions. #### Addons -* Update Prometheus from v2.19.0 to [v2.19.2](https://github.com/prometheus/prometheus/releases/tag/v2.19.2) +* Update Prometheus from v2.19.0 to [v2.19.1](https://github.com/prometheus/prometheus/releases/tag/v2.19.1) * Update Grafana from v7.0.3 to [v7.0.4](https://github.com/grafana/grafana/releases/tag/v7.0.4) ## v1.18.4 diff --git a/addons/prometheus/deployment.yaml b/addons/prometheus/deployment.yaml index d9077b27..48a798d5 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.19.2 + image: quay.io/prometheus/prometheus:v2.19.1 args: - --web.listen-address=0.0.0.0:9090 - --config.file=/etc/prometheus/prometheus.yaml