mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 11:48:53 +00:00
support Prometheus v2.16.0
This commit is contained in:
parent
fcad068c3c
commit
cf93eced12
2 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,7 @@ The versions of Prometheus compatible to be run with the Prometheus Operator are
|
|||
* v2.11.0
|
||||
* v2.14.0
|
||||
* v2.15.2
|
||||
* v2.16.0
|
||||
|
||||
## Alertmanager
|
||||
|
||||
|
|
|
@ -95,6 +95,7 @@ var (
|
|||
"v2.11.0",
|
||||
"v2.14.0",
|
||||
"v2.15.2",
|
||||
"v2.16.0",
|
||||
}
|
||||
DefaultPrometheusVersion = CompatibilityMatrix[len(CompatibilityMatrix)-1]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue