mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-16 09:16:38 +00:00
update prometheus version
Signed-off-by: dongjiang <dongjiang1989@126.com>
This commit is contained in:
parent
17cb15440c
commit
fc0632e7cf
2 changed files with 3 additions and 1 deletions
|
@ -55,12 +55,13 @@ Prometheus Operator supports all Prometheus versions >= v2.0.0. The operator's e
|
|||
* v2.55.1
|
||||
* v3.0.0
|
||||
* v3.0.1
|
||||
* v3.1.0
|
||||
```
|
||||
|
||||
The end-to-end tests are mostly tested against
|
||||
|
||||
```$ mdox-exec="go run ./cmd/po-docgen/. compatibility defaultPrometheusVersion"
|
||||
* v3.0.1
|
||||
* v3.1.0
|
||||
```
|
||||
|
||||
## Alertmanager
|
||||
|
|
|
@ -81,6 +81,7 @@ var (
|
|||
"v2.55.1",
|
||||
"v3.0.0",
|
||||
"v3.0.1",
|
||||
"v3.1.0",
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue