diff --git a/charts/pmm/Chart.yaml b/charts/pmm/Chart.yaml index cd4595c9e..cac356464 100644 --- a/charts/pmm/Chart.yaml +++ b/charts/pmm/Chart.yaml @@ -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: diff --git a/charts/pmm/values.yaml b/charts/pmm/values.yaml index d1fdb7322..8bf4c8d8d 100644 --- a/charts/pmm/values.yaml +++ b/charts/pmm/values.yaml @@ -226,6 +226,7 @@ podAnnotations: {} podSecurityContext: runAsUser: 1000 runAsGroup: 1000 + fsGroupChangePolicy: OnRootMismatch fsGroup: 1000 ## @param securityContext Configure Container Security Context