1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 03:38:43 +00:00

Merge pull request from simonpasquier/update-alertmanager

chore: update Alertmanager to v0.28.1
This commit is contained in:
Simon Pasquier 2025-03-17 12:25:49 +01:00 committed by GitHub
commit 1ee6ec842e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.