File tree 3 files changed +7
-55
lines changed
3 files changed +7
-55
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : coredns
3
- version : 1.36.2
3
+ version : 1.37.0
4
4
appVersion : 1.11.4
5
5
home : https://coredns.io
6
6
icon : https://coredns.io/images/CoreDNS_Colour_Horizontal.png
@@ -19,5 +19,5 @@ maintainers:
19
19
type : application
20
20
annotations :
21
21
artifacthub.io/changes : |
22
- - kind: changed
23
- description: Bump to v1.11.4
22
+ - kind: removed
23
+ description: Drop support for PodSecurityPolicy
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -76,11 +76,6 @@ serviceAccount:
76
76
rbac :
77
77
# If true, create & use RBAC resources
78
78
create : true
79
- # If true, create and use PodSecurityPolicy
80
- pspEnable : false
81
- # The name of the ServiceAccount to use.
82
- # If not set and create is true, a name is generated using the fullname template
83
- # name:
84
79
85
80
clusterRole :
86
81
# By default a name is generated using the fullname template.
@@ -99,9 +94,13 @@ podSecurityContext: {}
99
94
# Configure SecurityContext for Pod.
100
95
# Ensure that required linux capability to bind port number below 1024 is assigned (`CAP_NET_BIND_SERVICE`).
101
96
securityContext :
97
+ allowPrivilegeEscalation : false
102
98
capabilities :
103
99
add :
104
100
- NET_BIND_SERVICE
101
+ drop :
102
+ - ALL
103
+ readOnlyRootFilesystem : true
105
104
106
105
# Default zone is what Kubernetes recommends:
107
106
# https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/#coredns-configmap-options
You can’t perform that action at this time.
0 commit comments