[stable/grafana] Relax user restrictions to work around non-numeric 'grafana' user (#5852)

* relax user restrictions to work around non-numeric 'grafana' user

* increment chart version
This commit is contained in:
Michael Raimondi
2018-06-01 08:58:06 -07:00
committed by k8s-ci-robot
parent e37ba3e814
commit fa7803b8b8
2 changed files with 4 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: grafana
version: 1.10.0
version: 1.10.1
appVersion: 5.1.2
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
@@ -29,18 +29,12 @@ spec:
hostIPC: false
hostPID: false
runAsUser:
rule: 'MustRunAsNonRoot'
rule: 'RunAsAny'
seLinux:
rule: 'RunAsAny'
supplementalGroups:
rule: 'MustRunAs'
ranges:
- min: 1
max: 65535
rule: 'RunAsAny'
fsGroup:
rule: 'MustRunAs'
ranges:
- min: 1
max: 65535
rule: 'RunAsAny'
readOnlyRootFilesystem: false
{{- end }}