Skip to content

Commit

Permalink
Update quay.io/prometheus/alertmanager Docker tag to v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 19, 2023
1 parent 4e3656b commit 7bc03bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7bc03bb

Please sign in to comment.