Merge pull request #3 from lewismc/TIKA-3383

[TIKA-3383] Add .asf.yaml files to all Tika repositories
diff --git a/Chart.yaml b/Chart.yaml
index cabdd3d..f77fd28 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -19,7 +19,7 @@
 ---
 apiVersion: v2
 name: tika
-version: "latest-full"
+version: "1.26"
 #kubeVersion:
 description: A Helm chart to deploy Apache Tika on Kubernetes
 type: application
diff --git a/values.yaml b/values.yaml
index b7a66b5..5e7e061 100644
--- a/values.yaml
+++ b/values.yaml
@@ -43,13 +43,14 @@
 podSecurityContext: {}
   # fsGroup: 2000
 
-securityContext: {}
-  # capabilities:
-  #   drop:
-  #   - ALL
-  # readOnlyRootFilesystem: true
-  # runAsNonRoot: true
-  # runAsUser: 1000
+securityContext:
+  capabilities:
+    drop:
+    - ALL
+  readOnlyRootFilesystem: true
+  runAsNonRoot: true
+  runAsUser: 35002
+  runAsGroup: 35002
 
 service:
   type: ClusterIP