mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
k8s-ci-robot
parent
e37ba3e814
commit
fa7803b8b8
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user