Skip to content
Snippets Groups Projects
Commit 20285c8c authored by Frederic Branczyk's avatar Frederic Branczyk Committed by GitHub
Browse files

Merge pull request #2381 from brancz/update-grafana

Update grafana
parents 47ab14c6 f1ae21f9
No related branches found
No related tags found
No related merge requests found
...@@ -42,8 +42,12 @@ local configMapList = k.core.v1.configMapList; ...@@ -42,8 +42,12 @@ local configMapList = k.core.v1.configMapList;
_config+:: { _config+:: {
namespace: 'default', namespace: 'default',
versions+:: {
grafana: '6.0.0-beta1',
},
tlsCipherSuites: [ 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_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 // 'TLS_RSA_WITH_RC4_128_SHA', // insecure: https://access.redhat.com/security/cve/cve-2013-2566
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"subdir": "contrib/kube-prometheus/jsonnet/kube-prometheus" "subdir": "contrib/kube-prometheus/jsonnet/kube-prometheus"
} }
}, },
"version": "f12ea289a1a99cf9fe433ec3a086d436baef6466" "version": "6963b7410f28575a90a65c0aee1c79c8ef392fbb"
}, },
{ {
"name": "ksonnet", "name": "ksonnet",
......
...@@ -16,7 +16,7 @@ spec: ...@@ -16,7 +16,7 @@ spec:
app: grafana app: grafana
spec: spec:
containers: containers:
- image: grafana/grafana:5.2.4 - image: grafana/grafana:6.0.0-beta1
name: grafana name: grafana
ports: ports:
- containerPort: 3000 - containerPort: 3000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment