diff --git a/templates/prometheus/deployment.yaml b/templates/prometheus/deployment.yaml index e72a34a..c330438 100644 --- a/templates/prometheus/deployment.yaml +++ b/templates/prometheus/deployment.yaml @@ -21,7 +21,7 @@ spec: serviceAccountName: prometheus containers: - name: prometheus - image: quay.io/prometheus/prometheus:v2.23.0 + image: quay.io/prometheus/prometheus:v2.24.0 args: - --web.listen-address=0.0.0.0:9090 - --config.file=/etc/prometheus/prometheus.yaml