Merge pull request #2473 from metalmatze/kube-prometheus-update
contrib/kube-prometheus: Update Prometheus, Thanos & Grafana
This commit is contained in:
@@ -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',
|
||||||
|
@@ -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: [
|
||||||
|
@@ -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+:: {
|
||||||
|
Reference in New Issue
Block a user