contrib/kube-prometheus: Update Prometheus, Thanos & Grafana

This commit is contained in:
Matthias Loibl
2019-03-11 13:26:36 +01:00
parent 3b52a05d58
commit 3fbc968930
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ local servicePort = k.core.v1.service.mixin.spec.portsType;
{
_config+:: {
versions+:: {
thanos: 'v0.2.1',
thanos: 'v0.3.2',
},
imageRepos+:: {
thanos: 'improbable/thanos',

View File

@@ -43,7 +43,7 @@ local configMapList = k.core.v1.configMapList;
namespace: 'default',
versions+:: {
grafana: '6.0.0-beta1',
grafana: '6.0.1',
},
tlsCipherSuites: [

View File

@@ -5,7 +5,7 @@ local k = import 'ksonnet/ksonnet.beta.3/k.libsonnet';
namespace: 'default',
versions+:: {
prometheus: 'v2.5.0',
prometheus: 'v2.7.2',
},
imageRepos+:: {