diff --git a/charts/grafana/Chart.yaml b/charts/grafana/Chart.yaml index a529632166..f315f16be4 100644 --- a/charts/grafana/Chart.yaml +++ b/charts/grafana/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: grafana -version: 6.16.4 +version: 6.16.5 appVersion: 8.1.2 kubeVersion: '^1.8.0-0' description: The leading tool for querying and visualizing time series and metrics. diff --git a/charts/grafana/templates/podsecuritypolicy.yaml b/charts/grafana/templates/podsecuritypolicy.yaml index f5917a507d..7de6c021d3 100644 --- a/charts/grafana/templates/podsecuritypolicy.yaml +++ b/charts/grafana/templates/podsecuritypolicy.yaml @@ -30,7 +30,7 @@ spec: hostIPC: false hostPID: false runAsUser: - rule: 'MustRunAsNonRoot' + rule: 'RunAsAny' seLinux: rule: 'RunAsAny' supplementalGroups: