From 130c97f8eb95490c2f34c6f65338bb662b5d52c2 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Fri, 18 Oct 2019 00:10:25 -0700 Subject: [PATCH] Update Prometheus from v2.13.0 to v2.13.1 * https://github.com/prometheus/prometheus/releases/tag/v2.13.1 --- CHANGES.md | 1 + addons/prometheus/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c156dcbb..ec11de26 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,7 @@ Notable changes between versions. #### Addons +* Update Prometheus from v2.13.0 to v2.13.1 * Update Grafana from v6.4.2 to v6.4.3 ## v1.16.2 diff --git a/addons/prometheus/deployment.yaml b/addons/prometheus/deployment.yaml index 9c36e126..01d87d11 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.13.0 + image: quay.io/prometheus/prometheus:v2.13.1 args: - --web.listen-address=0.0.0.0:9090 - --config.file=/etc/prometheus/prometheus.yaml