diff --git a/addons/prometheus/deployment.yaml b/addons/prometheus/deployment.yaml index 39c21f55..d7a09213 100644 --- a/addons/prometheus/deployment.yaml +++ b/addons/prometheus/deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: prometheus - image: quay.io/prometheus/prometheus:v1.8.0 + image: quay.io/prometheus/prometheus:v1.8.2 args: - '-config.file=/etc/prometheus/prometheus.yaml' - '-storage.local.retention=12h'