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

update prometheus version

Signed-off-by: dongjiang <dongjiang1989@126.com>
This commit is contained in:
dongjiang 2025-03-05 11:00:03 +08:00
parent c68bedc79e
commit f89f16e1b5
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions
Documentation/getting-started
pkg/operator

View file

@ -57,12 +57,13 @@ Prometheus Operator supports all Prometheus versions >= v2.0.0. The operator's e
* v3.0.1
* v3.1.0
* v3.2.0
* v3.2.1
```
The end-to-end tests are mostly tested against
```$ mdox-exec="go run ./cmd/po-docgen/. compatibility defaultPrometheusVersion"
* v3.2.0
* v3.2.1
```
## Alertmanager

View file

@ -83,6 +83,7 @@ var (
"v3.0.1",
"v3.1.0",
"v3.2.0",
"v3.2.1",
}
)