1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 11:48:53 +00:00

thanos: upgrade dependency and default to v0.5.0

This commit is contained in:
Andy Bursavich 2019-06-06 08:05:31 -07:00
parent bbfed8cc89
commit d3a71c5ba8
4 changed files with 4 additions and 4 deletions

View file

@ -14,4 +14,4 @@ spec:
role: prometheus-rulefiles
prometheus: k8s
thanos:
version: v0.4.0
version: v0.5.0

View file

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: thanos-query
image: improbable/thanos:v0.4.0
image: improbable/thanos:v0.5.0
args:
- query
- --log.level=debug

2
go.mod
View file

@ -19,7 +19,7 @@ require (
github.com/googleapis/gnostic v0.1.0 // indirect
github.com/hashicorp/go-version v1.1.0
github.com/imdario/mergo v0.3.5 // indirect
github.com/improbable-eng/thanos v0.4.0
github.com/improbable-eng/thanos v0.5.0
github.com/jsonnet-bundler/jsonnet-bundler v0.1.0
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452

View file

@ -35,7 +35,7 @@ import (
const (
governingServiceName = "prometheus-operated"
DefaultPrometheusVersion = "v2.7.1"
DefaultThanosVersion = "v0.4.0"
DefaultThanosVersion = "v0.5.0"
defaultRetention = "24h"
defaultReplicaExternalLabelName = "prometheus_replica"
storageDir = "/prometheus"