diff --git a/prometheus.jsonnet b/prometheus.jsonnet index 2543096..5f4799b 100644 --- a/prometheus.jsonnet +++ b/prometheus.jsonnet @@ -346,7 +346,7 @@ local path_join(prefix, suffix) = ( default_container: "alertmanager", containers_+: { alertmanager: kube.Container("alertmanager") { - image: "quay.io/prometheus/alertmanager:v0.24.0", // renovate + image: "quay.io/prometheus/alertmanager:v0.25.0", // renovate args_+: { "config.file": "/etc/alertmanager/config.yml", "storage.path": "/alertmanager",