external-dns-helm-chart-1.10.0
Added
- Added
commonLabels
value to allow the addition of labels to all resources. @stevehipwell - Added support for Process Namespace Sharing via the
shareProcessNamespace
value. (#2715) @wolffberg
Changed
- Update ExternalDNS version to v0.12.0. @vojtechmares
- Set resource namespaces to
{{ .Release.Namespace }}
in the templates instead of waiting until apply time for inference. @stevehipwell - Fixed
rbac.additionalPermissions
default value.(#2796) @tamalsaha