[incubator/solr] run solr container with uid 8983 (#14612)

Signed-off-by: Joe Cai <joey.cai@gmail.com>
This commit is contained in:
Joe Cai
2019-06-15 22:34:08 -07:00
committed by Kubernetes Prow Robot
parent 5069fd6ee4
commit b7609242ab
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
apiVersion: "v1"
name: "solr"
version: "1.0.1"
version: "1.0.2"
appVersion: "7.6.0"
description: "A helm chart to install Apache Solr: http://lucene.apache.org/solr/"
keywords:
@@ -28,6 +28,7 @@ spec:
spec:
securityContext:
fsGroup: 8983
runAsUser: 8983
affinity:
{{ tpl (toYaml .Values.affinity) . | indent 8 }}
terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }}