Skip to content

Update Helm release traefik to v25

George Onoufriou requested to merge renovate/traefik-25.x into master

This MR contains the following updates:

Package Update Change
traefik (source) major 24.0.0 -> 25.0.0

Release Notes

traefik/traefik-helm-chart (traefik)

v25.0.0

Compare Source

The two breaking changes are:

  1. On redirectTo, ports.web.redirectTo=websecure => ports.web.redirectTo.port=websecure.
  2. On gateway, all values are now flattened to experimental.kubernetesGateway.
Features
Bug Fixes
  • 🐛 remove old CRDs using traefik.containo.us (6484a40)
  • add missing separator in crds (ba67d9b)
  • add Prometheus scraping annotations only if serviceMonitor not created (6b2268f)
  • allow updateStrategy.rollingUpdate.maxUnavailable to be passed in as an int or string (0dcc834)
  • detect correctly v3 version when using sha in image.tag (1f043da)
  • disable ClusterRole and ClusterRoleBinding when not needed (14d4895)
Reverts
  • "fix: 🐛 remove old CRDs using traefik.containo.us" (bf75a5d)
Documentation
  • 📚️ how to use this chart as a dependency (18c9d45)
  • fix typo in README (d1a2770)
  • Fix typo in the default values file (607b808)
  • remove email from apiToken in CloudFlare example (9b9f306)

New Contributors

Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v24.0.0...v25.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports