1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 03:38:43 +00:00

versions: Bump Prometheus and Alertmanager version to 2.3.1 and 0.15.0

This commit is contained in:
Max Leonard Inden 2018-06-27 09:16:01 +08:00
parent 24f98e7df9
commit fc8990465f
No known key found for this signature in database
GPG key ID: 5403C5464810BC26
2 changed files with 2 additions and 2 deletions
pkg
alertmanager
prometheus

View file

@ -33,7 +33,7 @@ import (
const (
governingServiceName = "alertmanager-operated"
defaultVersion = "v0.14.0"
defaultVersion = "v0.15.0"
secretsDir = "/etc/alertmanager/secrets/"
alertmanagerConfDir = "/etc/alertmanager/config"
alertmanagerConfFile = alertmanagerConfDir + "/alertmanager.yaml"

View file

@ -33,7 +33,7 @@ import (
const (
governingServiceName = "prometheus-operated"
DefaultPrometheusVersion = "v2.2.1"
DefaultPrometheusVersion = "v2.3.1"
DefaultThanosVersion = "v0.1.0-rc.1"
defaultRetention = "24h"
storageDir = "/prometheus"