1
0
Fork 0
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:
Simon Pasquier 2025-03-11 14:07:54 +01:00
parent f4a6ce4795
commit 020b70741c
No known key found for this signature in database
GPG key ID: 0190A66C0A10FC4F
2 changed files with 2 additions and 2 deletions
Documentation/getting-started
pkg/operator

View file

@ -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

View file

@ -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.