diff --git a/CHANGES.md b/CHANGES.md index 55675a54..c9635111 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -25,7 +25,7 @@ Notable changes between versions. #### Addons * Update nginx-ingress from v0.21.0 to v0.22.0 -* Update Prometheus from v2.6.0 to v2.7.0 +* Update Prometheus from v2.6.0 to v2.7.1 * Update kube-state-metrics from v1.4.0 to v1.5.0 * Fix ClusterRole to collect and export PodDisruptionBudget metrics ([#383](https://github.com/poseidon/typhoon/pull/383)) * Update node-exporter from v0.15.2 to v0.17.0 diff --git a/addons/prometheus/deployment.yaml b/addons/prometheus/deployment.yaml index 380a222e..8e9f26a7 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.7.0 + image: quay.io/prometheus/prometheus:v2.7.1 args: - --web.listen-address=0.0.0.0:9090 - --config.file=/etc/prometheus/prometheus.yaml