diff --git a/charts/stable/redmine/Chart.yaml b/charts/stable/redmine/Chart.yaml index 101c74b060a..a789899c8dd 100644 --- a/charts/stable/redmine/Chart.yaml +++ b/charts/stable/redmine/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: 5.0.6 kubeVersion: ">=1.16.0-0" -version: 8.0.18 +version: 8.1.0 name: redmine description: Redmine is a flexible project management web application written using Ruby on Rails framework. type: application diff --git a/charts/stable/redmine/questions.yaml b/charts/stable/redmine/questions.yaml index 4de34faa762..a740d9403ee 100644 --- a/charts/stable/redmine/questions.yaml +++ b/charts/stable/redmine/questions.yaml @@ -85,13 +85,13 @@ questions: description: "The UserID of the user running the application" schema: type: int - default: 568 + default: 999 - variable: runAsGroup label: "runAsGroup" description: "The groupID this App of the user running the application" schema: type: int - default: 568 + default: 999 # Include{securityContextContainer} # Include{securityContextAdvanced} # Include{securityContextPod} @@ -100,7 +100,7 @@ questions: description: "The group that should own ALL storage." schema: type: int - default: 568 + default: 999 # Include{resources} # Include{advanced} diff --git a/charts/stable/redmine/values.yaml b/charts/stable/redmine/values.yaml index f42706a833e..805e75d7056 100644 --- a/charts/stable/redmine/values.yaml +++ b/charts/stable/redmine/values.yaml @@ -27,6 +27,10 @@ portal: securityContext: container: readOnlyRootFilesystem: false + runAsUser: 999 + runAsGroup: 999 + pod: + fsGroup: 999 workload: main: podSpec: