File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ apiVersion: v2
22name : kafka-ui
33description : A Helm chart for kafka-UI
44type : application
5- version : 0.7.2
5+ version : 0.8.0
66appVersion : v0.7.1
77icon : https://github.com/provectus/kafka-ui/raw/master/documentation/images/kafka-ui-logo.png
Original file line number Diff line number Diff line change @@ -79,17 +79,18 @@ probes:
7979 useHttpsScheme : false
8080
8181podSecurityContext :
82- {}
83- # fsGroup: 2000
82+ fsGroup : 101
8483
8584securityContext :
86- {}
87- # capabilities:
88- # drop:
89- # - ALL
90- # readOnlyRootFilesystem: true
91- # runAsNonRoot: true
92- # runAsUser: 1000
85+ allowPrivilegeEscalation : false
86+ capabilities :
87+ drop :
88+ - ALL
89+ runAsGroup : 101
90+ runAsNonRoot : true
91+ runAsUser : 100
92+ seccompProfile :
93+ type : RuntimeDefault
9394
9495service :
9596 type : ClusterIP
You can’t perform that action at this time.
0 commit comments