1
0
Fork 0
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:
Paul Gier 2020-02-28 09:42:04 -06:00
parent fcad068c3c
commit cf93eced12
2 changed files with 2 additions and 0 deletions
Documentation
pkg/prometheus

View file

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

View file

@ -95,6 +95,7 @@ var (
"v2.11.0",
"v2.14.0",
"v2.15.2",
"v2.16.0",
}
DefaultPrometheusVersion = CompatibilityMatrix[len(CompatibilityMatrix)-1]
)