File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22name : coredns
3- version : 1.42.0
3+ version : 1.42.1
44appVersion : 1.12.0
55home : https://coredns.io
66icon : https://coredns.io/images/CoreDNS_Colour_Horizontal.png
@@ -19,5 +19,5 @@ maintainers:
1919type : application
2020annotations :
2121 artifacthub.io/changes : |
22- - kind: changed
23- description: Added Helm unit tests for CoreDNS chart components
22+ - kind: removed
23+ description: Removed "istcp" true for default dns:// scheme
Original file line number Diff line number Diff line change @@ -99,10 +99,9 @@ Generate the list of ports automatically from the server definitions
9999 { {- end -} }
100100 { {- end -} }
101101
102- { {/* If none of the zones specify scheme, default to dns:// on both tcp & udp */} }
102+ { {/* If none of the zones specify scheme, default to dns:// udp */} }
103103 { {- if and (not (index $innerdict " istcp" )) (not (index $innerdict " isudp" )) -} }
104104 { {- $innerdict := set $innerdict " isudp" true -} }
105- { {- $innerdict := set $innerdict " istcp" true -} }
106105 { {- end -} }
107106
108107 { {- if .nodePort -} }
You can’t perform that action at this time.
0 commit comments