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.1
3+ version : 1.42.2
44appVersion : 1.12.0
55home : https://coredns.io
66icon : https://coredns.io/images/CoreDNS_Colour_Horizontal.png
@@ -20,4 +20,4 @@ type: application
2020annotations :
2121 artifacthub.io/changes : |
2222 - kind: removed
23- description: Removed "istcp" true for default dns:// scheme
23+ description: Removed "istcp" true for default dns:// scheme in "coredns.containerPorts" definition.
Original file line number Diff line number Diff line change @@ -170,10 +170,9 @@ Generate the list of ports automatically from the server definitions
170170 { {- end -} }
171171 { {- end -} }
172172
173- { {/* If none of the zones specify scheme, default to dns:// on both tcp & udp */} }
173+ { {/* If none of the zones specify scheme, default to dns:// udp */} }
174174 { {- if and (not (index $innerdict " istcp" )) (not (index $innerdict " isudp" )) -} }
175175 { {- $innerdict := set $innerdict " isudp" true -} }
176- { {- $innerdict := set $innerdict " istcp" true -} }
177176 { {- end -} }
178177
179178 { {- if .hostPort -} }
You can’t perform that action at this time.
0 commit comments