jsonnet: update component versions

This commit is contained in:
Simon Pasquier
2020-07-23 17:06:48 +02:00
parent b55c2825f7
commit fcf7a2fcbf
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.10.0',
thanos: 'v0.14.0',
},
imageRepos+:: {
thanos: 'quay.io/thanos/thanos',

View File

@@ -104,7 +104,7 @@ local configMapList = k3.core.v1.configMapList;
namespace: 'default',
versions+:: {
grafana: '6.7.4',
grafana: '7.1.0',
},
tlsCipherSuites: [

View File

@@ -6,7 +6,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
namespace: 'default',
versions+:: {
prometheus: 'v2.19.2',
prometheus: 'v2.20.0',
},
imageRepos+:: {