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

Merge pull request from mxinden/bump-versions

versions: Bump Prometheus and Alertmanager version to 2.3.1 and 0.15.0
This commit is contained in:
Frederic Branczyk 2018-06-27 11:28:35 +02:00 committed by GitHub
commit a43cad27ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"