jsonnet: update component versions
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -104,7 +104,7 @@ local configMapList = k3.core.v1.configMapList;
|
||||
namespace: 'default',
|
||||
|
||||
versions+:: {
|
||||
grafana: '6.7.4',
|
||||
grafana: '7.1.0',
|
||||
},
|
||||
|
||||
tlsCipherSuites: [
|
||||
|
||||
@@ -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+:: {
|
||||
|
||||
Reference in New Issue
Block a user