Update Helm release traefik to v36.3.0 (#820)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Has been cancelled

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [traefik](https://traefik.io/) ([source](https://github.com/traefik/traefik-helm-chart)) | minor | `36.2.0` -> `36.3.0` |

---

### Release Notes

<details>
<summary>traefik/traefik-helm-chart (traefik)</summary>

### [`v36.3.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v36.3.0)

[Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v36.2.0...v36.3.0)

#### 🚀 Features

- feat(deployment): allow null and 0 replicas [#&#8203;1452](https://github.com/traefik/traefik-helm-chart/issues/1452) by [@&#8203;na2na-p](https://github.com/na2na-p)
- feat(deps): update traefik docker tag to v3.4.3 [#&#8203;1466](https://github.com/traefik/traefik-helm-chart/issues/1466) by [@&#8203;renovate](https://github.com/renovate)\[bot]

#### 📦 Others

- chore(CRDs): 🔧 👷 fix tag detection on release [#&#8203;1464](https://github.com/traefik/traefik-helm-chart/issues/1464) by [@&#8203;mloiseleur](https://github.com/mloiseleur)
- chore(release): 🚀 publish 36.3.0 [#&#8203;1468](https://github.com/traefik/traefik-helm-chart/issues/1468) by [@&#8203;mloiseleur](https://github.com/mloiseleur)

</details>

---

### 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 PR is behind base branch, or you tick the rebase/retry checkbox.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/820
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
This commit is contained in:
2025-07-05 04:55:30 +00:00
committed by Alex Lebens
parent 825822f23c
commit 54f23a9747

View File

@@ -15,7 +15,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: traefik
version: 36.2.0
version: 36.3.0
repository: https://traefik.github.io/charts
# enable pending:
# https://github.com/traefik/traefik-helm-chart/pull/1340