mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
chore: update Alertmanager to v0.28.1
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
f4a6ce4795
commit
020b70741c
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,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.28.0
|
||||
* v0.28.1
|
||||
```
|
||||
|
||||
## Thanos
|
||||
|
|
|
@ -22,7 +22,7 @@ import (
|
|||
|
||||
const (
|
||||
// DefaultAlertmanagerVersion is a default image tag for the prometheus alertmanager.
|
||||
DefaultAlertmanagerVersion = "v0.28.0"
|
||||
DefaultAlertmanagerVersion = "v0.28.1"
|
||||
// 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue