This is an automated email from the ASF dual-hosted git repository. lewismc pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tika-helm.git
commit 333bc63c18cd5758994f51d0d9223c5b36689b3a Author: Philip Southam <[email protected]> AuthorDate: Tue Apr 27 08:28:50 2021 -0700 Fixing up the security context --- Chart.yaml | 2 +- values.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index cabdd3d..5ba1ddf 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -19,7 +19,7 @@ --- apiVersion: v2 name: tika -version: "latest-full" +version: "1.25" #kubeVersion: description: A Helm chart to deploy Apache Tika on Kubernetes type: application diff --git a/values.yaml b/values.yaml index aa7edc6..5e7e061 100644 --- a/values.yaml +++ b/values.yaml @@ -49,7 +49,8 @@ securityContext: - ALL readOnlyRootFilesystem: true runAsNonRoot: true - # runAsUser: 1000 + runAsUser: 35002 + runAsGroup: 35002 service: type: ClusterIP
