Skip to content

Commit

Permalink
Merge pull request #660 from Feliksas/main
Browse files Browse the repository at this point in the history
[grafana] Fix PodSecurityPolicy contradicting the init container settings
  • Loading branch information
zanhsieh committed Sep 10, 2021
2 parents 6909c81 + 2197e96 commit 912fe5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion charts/grafana/templates/podsecuritypolicy.yaml
Expand Up @@ -30,7 +30,7 @@ spec:
hostIPC: false
hostPID: false
runAsUser:
rule: 'MustRunAsNonRoot'
rule: 'RunAsAny'
seLinux:
rule: 'RunAsAny'
supplementalGroups:
Expand Down

0 comments on commit 912fe5c

Please sign in to comment.