Skip to content

external-dns-helm-chart-1.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 20:27
17f9ab3

Added

  • Added the option to explicitly enable or disable service account token automounting. (#3983) @gilles-gosuin
  • Added the option to configure revisionHistoryLimit on the K8s Deployment resource. (#4008) @arnisoph
  • Added support for webhook providers, as a sidecar. (#4032 @mloiseleur
  • Added the option to configure ipFamilyPolicy and ipFamilies of external-dns Service. (#4153) @dongjiang1989

Changed

Deprecated

  • The secretConfiguration value has been deprecated in favour of creating secrets external to the Helm chart and configuring their use via the extraVolumes & extraVolumeMounts values. (#4161) @stevehipwell