1
0
Fork 0
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:
Manuel Rüger 2018-07-24 11:01:22 +02:00 committed by Frederic Branczyk
parent 4a4345917e
commit 46b4e3e448
2 changed files with 5 additions and 1 deletions

View file

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

View file

@ -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",
}
)