File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : coredns
3- version : 1.42.4
3+ version : 1.43.0
44appVersion : 1.12.2
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: fixed
23- description: Fix service port removal if `scheme` is not defined, and enable use_tcp for default configuration .
22+ - kind: added
23+ description: Added support for initContainers in the deployment .
Original file line number Diff line number Diff line change 9191 {{- if .Values.image.pullSecrets }}
9292 imagePullSecrets :
9393{{ toYaml .Values.image.pullSecrets | indent 8 }}
94+ {{- end }}
95+ {{- if .Values.initContainers }}
96+ initContainers :
97+ {{ toYaml .Values.initContainers | indent 8 }}
9498 {{- end }}
9599 containers :
96100 - name : " coredns"
Original file line number Diff line number Diff line change @@ -403,3 +403,6 @@ deployment:
403403 annotations : {}
404404 # # Pod selector
405405 selector : {}
406+
407+ # Configures initcontainers for the coredns deployment.
408+ initContainers : []
You can’t perform that action at this time.
0 commit comments