89
89
pullSecrets : []
90
90
resources : {}
91
91
podSecurityContext :
92
+ runAsNonRoot : true
92
93
fsGroup : 1000
94
+ seccompProfile :
95
+ type : " RuntimeDefault"
93
96
containerSecurityContext :
94
97
runAsUser : 1000
95
98
runAsGroup : 1000
96
99
allowPrivilegeEscalation : false
100
+ capabilities :
101
+ drop : ["ALL"]
97
102
lifecycle : {}
98
103
loadRoles : {}
99
104
services : {}
@@ -197,9 +202,14 @@ proxy:
197
202
chp :
198
203
revisionHistoryLimit :
199
204
containerSecurityContext :
205
+ runAsNonRoot : true
200
206
runAsUser : 65534 # nobody user
201
207
runAsGroup : 65534 # nobody group
202
208
allowPrivilegeEscalation : false
209
+ capabilities :
210
+ drop : ["ALL"]
211
+ seccompProfile :
212
+ type : " RuntimeDefault"
203
213
image :
204
214
name : quay.io/jupyterhub/configurable-http-proxy
205
215
# tag is automatically bumped to new patch versions by the
@@ -250,9 +260,14 @@ proxy:
250
260
traefik :
251
261
revisionHistoryLimit :
252
262
containerSecurityContext :
263
+ runAsNonRoot : true
253
264
runAsUser : 65534 # nobody user
254
265
runAsGroup : 65534 # nobody group
255
266
allowPrivilegeEscalation : false
267
+ capabilities :
268
+ drop : ["ALL"]
269
+ seccompProfile :
270
+ type : " RuntimeDefault"
256
271
image :
257
272
name : traefik
258
273
# tag is automatically bumped to new patch versions by the
@@ -300,9 +315,14 @@ proxy:
300
315
extraPodSpec : {}
301
316
secretSync :
302
317
containerSecurityContext :
318
+ runAsNonRoot : true
303
319
runAsUser : 65534 # nobody user
304
320
runAsGroup : 65534 # nobody group
305
321
allowPrivilegeEscalation : false
322
+ capabilities :
323
+ drop : ["ALL"]
324
+ seccompProfile :
325
+ type : " RuntimeDefault"
306
326
image :
307
327
name : quay.io/jupyterhub/k8s-secret-sync
308
328
tag : " set-by-chartpress"
@@ -481,9 +501,14 @@ scheduling:
481
501
weight : 1
482
502
type : MostAllocated
483
503
containerSecurityContext :
504
+ runAsNonRoot : true
484
505
runAsUser : 65534 # nobody user
485
506
runAsGroup : 65534 # nobody group
486
507
allowPrivilegeEscalation : false
508
+ capabilities :
509
+ drop : ["ALL"]
510
+ seccompProfile :
511
+ type : " RuntimeDefault"
487
512
image :
488
513
# IMPORTANT: Bumping the minor version of this binary should go hand in
489
514
# hand with an inspection of the user-scheduelr's RBAC
@@ -560,9 +585,14 @@ scheduling:
560
585
labels : {}
561
586
annotations : {}
562
587
containerSecurityContext :
588
+ runAsNonRoot : true
563
589
runAsUser : 65534 # nobody user
564
590
runAsGroup : 65534 # nobody group
565
591
allowPrivilegeEscalation : false
592
+ capabilities :
593
+ drop : ["ALL"]
594
+ seccompProfile :
595
+ type : " RuntimeDefault"
566
596
resources : {}
567
597
corePods :
568
598
tolerations :
@@ -596,9 +626,14 @@ prePuller:
596
626
annotations : {}
597
627
resources : {}
598
628
containerSecurityContext :
629
+ runAsNonRoot : true
599
630
runAsUser : 65534 # nobody user
600
631
runAsGroup : 65534 # nobody group
601
632
allowPrivilegeEscalation : false
633
+ capabilities :
634
+ drop : ["ALL"]
635
+ seccompProfile :
636
+ type : " RuntimeDefault"
602
637
extraTolerations : []
603
638
# hook relates to the hook-image-awaiter Job and hook-image-puller DaemonSet
604
639
hook :
@@ -611,9 +646,14 @@ prePuller:
611
646
pullPolicy :
612
647
pullSecrets : []
613
648
containerSecurityContext :
649
+ runAsNonRoot : true
614
650
runAsUser : 65534 # nobody user
615
651
runAsGroup : 65534 # nobody group
616
652
allowPrivilegeEscalation : false
653
+ capabilities :
654
+ drop : ["ALL"]
655
+ seccompProfile :
656
+ type : " RuntimeDefault"
617
657
podSchedulingWaitDuration : 10
618
658
nodeSelector : {}
619
659
tolerations : []
@@ -628,9 +668,14 @@ prePuller:
628
668
extraImages : {}
629
669
pause :
630
670
containerSecurityContext :
671
+ runAsNonRoot : true
631
672
runAsUser : 65534 # nobody user
632
673
runAsGroup : 65534 # nobody group
633
674
allowPrivilegeEscalation : false
675
+ capabilities :
676
+ drop : ["ALL"]
677
+ seccompProfile :
678
+ type : " RuntimeDefault"
634
679
image :
635
680
name : registry.k8s.io/pause
636
681
# tag is automatically bumped to new patch versions by the
0 commit comments