mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-06 17:14:13 +00:00
Update Prometheus to v2.3.2 (#1670)
This commit is contained in:
parent
4a4345917e
commit
46b4e3e448
2 changed files with 5 additions and 1 deletions
|
@ -33,3 +33,5 @@ The versions of Prometheus compatible to be run with the Prometheus Operator are
|
|||
* v1.8.0
|
||||
* v2.0.0
|
||||
* v2.2.1
|
||||
* v2.3.1
|
||||
* v2.3.2
|
||||
|
|
|
@ -33,7 +33,7 @@ import (
|
|||
|
||||
const (
|
||||
governingServiceName = "prometheus-operated"
|
||||
DefaultPrometheusVersion = "v2.3.1"
|
||||
DefaultPrometheusVersion = "v2.3.2"
|
||||
DefaultThanosVersion = "v0.1.0-rc.2"
|
||||
defaultRetention = "24h"
|
||||
storageDir = "/prometheus"
|
||||
|
@ -72,6 +72,8 @@ var (
|
|||
"v1.8.0",
|
||||
"v2.0.0",
|
||||
"v2.2.1",
|
||||
"v2.3.1",
|
||||
"v2.3.2",
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue