File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : coredns
3
- version : 1.42.1
3
+ version : 1.42.2
4
4
appVersion : 1.12.0
5
5
home : https://coredns.io
6
6
icon : https://coredns.io/images/CoreDNS_Colour_Horizontal.png
@@ -20,4 +20,4 @@ type: application
20
20
annotations :
21
21
artifacthub.io/changes : |
22
22
- 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
170
170
{ {- end -} }
171
171
{ {- end -} }
172
172
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 */} }
174
174
{ {- if and (not (index $innerdict " istcp" )) (not (index $innerdict " isudp" )) -} }
175
175
{ {- $innerdict := set $innerdict " isudp" true -} }
176
- { {- $innerdict := set $innerdict " istcp" true -} }
177
176
{ {- end -} }
178
177
179
178
{ {- if .hostPort -} }
You can’t perform that action at this time.
0 commit comments