File tree 2 files changed +11
-10
lines changed
2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ apiVersion: v2
2
2
name : kafka-ui
3
3
description : A Helm chart for kafka-UI
4
4
type : application
5
- version : 0.7.2
5
+ version : 0.8.0
6
6
appVersion : v0.7.1
7
7
icon : 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:
79
79
useHttpsScheme : false
80
80
81
81
podSecurityContext :
82
- {}
83
- # fsGroup: 2000
82
+ fsGroup : 101
84
83
85
84
securityContext :
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
93
94
94
95
service :
95
96
type : ClusterIP
You can’t perform that action at this time.
0 commit comments