File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 : 1.5 .0
5+ version : 1.6 .0
66appVersion : v1.2.0
77icon : https://raw.githubusercontent.com/kafbat/kafka-ui/main/documentation/images/logo_new.png
Original file line number Diff line number Diff line change @@ -170,17 +170,19 @@ probes:
170170# # ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
171171# # @param podSecurityContext [object] The security settings that you specify for a Pod apply to all Containers in the Pod
172172podSecurityContext :
173- {}
174- # fsGroup: 2000
173+ fsGroup : 2000
175174# # @param securityContext [object] The security settings that you specify for a Kafka-UI container
176175securityContext :
177- {}
178- # capabilities:
179- # drop:
180- # - ALL
181- # readOnlyRootFilesystem: true
182- # runAsNonRoot: true
183- # runAsUser: 1000
176+ allowPrivilegeEscalation : false
177+ capabilities :
178+ drop :
179+ - ALL
180+ readOnlyRootFilesystem : false # https://github.com/kafbat/kafka-ui/issues/78
181+ runAsGroup : 2000
182+ runAsNonRoot : true
183+ runAsUser : 1000
184+ seccompProfile :
185+ type : RuntimeDefault
184186
185187# # @section Traffic Exposure Parameters
186188# # Kafka-UI service parameters
You can’t perform that action at this time.
0 commit comments