File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : coredns
3
- version : 1.36.0
3
+ version : 1.36.1
4
4
appVersion : 1.11.3
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: Add environment variables on container specs
22
+ - kind: fix
23
+ description: Add default values to chart to fix cluster role name templating issue
Original file line number Diff line number Diff line change 82
82
# If not set and create is true, a name is generated using the fullname template
83
83
# name:
84
84
85
+ clusterRole :
86
+ # By default a name is generated using the fullname template.
87
+ # Override here if desired:
88
+ nameOverride : " "
89
+
85
90
# isClusterService specifies whether chart should be deployed as cluster-service or normal k8s app.
86
91
isClusterService : true
87
92
You can’t perform that action at this time.
0 commit comments