Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/pmm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: pmm
description: A Helm chart for Percona Monitoring and Management (PMM)
type: application
version: 1.4.0
version: 1.4.1
appVersion: "3.0.0"
home: https://github.com/percona/pmm
maintainers:
Expand Down
1 change: 1 addition & 0 deletions charts/pmm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ podAnnotations: {}
podSecurityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
fsGroup: 1000

## @param securityContext Configure Container Security Context
Expand Down