1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

Merge pull request #8352 from heliapb/fix/bump_am031

chore: bump am to 0.31.0
This commit is contained in:
Jayapriya Pai
2026-02-04 14:50:23 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ The Prometheus Operator is compatible with Alertmanager v0.15 and above.
The end-to-end tests are mostly tested against
```$ mdox-exec="go run ./cmd/po-docgen/. compatibility defaultAlertmanagerVersion"
* v0.30.1
* v0.31.0
```
## Thanos

View File

@@ -22,7 +22,7 @@ import (
const (
// DefaultAlertmanagerVersion is a default image tag for the prometheus alertmanager.
DefaultAlertmanagerVersion = "v0.30.1"
DefaultAlertmanagerVersion = "v0.31.0"
// DefaultAlertmanagerBaseImage is a base container registry address for the prometheus alertmanager.
DefaultAlertmanagerBaseImage = "quay.io/prometheus/alertmanager"
// DefaultAlertmanagerImage is a default image pulling address for the prometheus alertmanager.