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:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user