Merge pull request #2473 from metalmatze/kube-prometheus-update

contrib/kube-prometheus: Update Prometheus, Thanos & Grafana
This commit is contained in:
Matthias Loibl
2019-03-18 16:15:32 +01:00
committed by GitHub
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+:: { _config+:: {
versions+:: { versions+:: {
thanos: 'v0.2.1', thanos: 'v0.3.2',
}, },
imageRepos+:: { imageRepos+:: {
thanos: 'improbable/thanos', thanos: 'improbable/thanos',

View File

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

View File

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