Skip to content

Commit

Permalink
Merge pull request helm#104 from eminn/fsGroup-helm3-fix (helm#21239)
Browse files Browse the repository at this point in the history
Signed-off-by: devOpsHelm <devops+1@hazelcast.com>
Signed-off-by: Adrien Loiseau <adrien.loiseau@logic-immo.com>
  • Loading branch information
devOpsHelm authored and li-adrienloiseau committed Jul 29, 2020
1 parent 6db283b commit b0cebe9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion stable/hazelcast-jet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tillerVersion: ">=2.7.2"
kubeVersion: ">=1.9.0-0"
description: Hazelcast Jet is an application embeddable, distributed computing engine built on top of Hazelcast In-Memory Data Grid (IMDG). With Hazelcast IMDG providing storage functionality, Hazelcast Jet performs parallel execution to enable data-intensive applications to operate in near real-time.
name: hazelcast-jet
version: 1.4.1
version: 1.4.2
keywords:
- hazelcast
- jet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ spec:
runAsNonRoot: {{ if eq (int .Values.securityContext.runAsUser) 0 }}false{{ else }}true{{ end }}
runAsUser: {{ .Values.securityContext.runAsUser }}
runAsGroup: {{ .Values.securityContext.runAsGroup }}
fsGroup: {{ .Values.securityContext.fsGroup }}
privileged: false
readOnlyRootFilesystem: false
allowPrivilegeEscalation: false
Expand Down

0 comments on commit b0cebe9

Please sign in to comment.