kube-prometheus: Update Grafana to latest beta

This commit is contained in:
Frederic Branczyk
2019-02-05 14:04:14 +01:00
parent 4778d22fa7
commit ee65031526

View File

@@ -42,8 +42,12 @@ local configMapList = k.core.v1.configMapList;
_config+:: {
namespace: 'default',
versions+:: {
grafana: '6.0.0-beta1',
},
tlsCipherSuites: [
'TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256', // required by h2: http://golang.org/cl/30721
'TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256', // required by h2: http://golang.org/cl/30721
'TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256', // required by h2: http://golang.org/cl/30721
// 'TLS_RSA_WITH_RC4_128_SHA', // insecure: https://access.redhat.com/security/cve/cve-2013-2566