Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions charts/traefik/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Chart Versions

### 40.0.0
- Update to traefik 3.7.0
- There were changes in the CRDs of the Traefik in the base chart.
- Check the [Release Notes](https://github.com/traefik/traefik-helm-chart/releases/tag/v40.0.0) of traefik for the relevant migrations.

### 35.2.0

- Update to traefik 3.3.6
Expand Down
6 changes: 3 additions & 3 deletions charts/traefik/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: traefik
repository: oci://ghcr.io/traefik/helm
version: 35.2.0
digest: sha256:4750c3f851ea5aa94a57824ad4ec99a5b14bb0801fd96a433f71663d96decc26
generated: "2025-04-30T09:53:15.730395+02:00"
version: 40.0.0
digest: sha256:2d03e9a44c58e75fb90859808658754fa56cd9773721860b8cba1e0cf0eaac95
generated: "2026-05-07T11:19:38.029006+02:00"
6 changes: 3 additions & 3 deletions charts/traefik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
dependencies:
- name: traefik
repository: oci://ghcr.io/traefik/helm
version: 35.2.0
version: 40.0.0
description: |
The traefik ingress controller with some additional resources and sane default values for IITS projects.
Always read the [Changelog](Changelog.md) for information about possible migrations.
name: traefik
version: 35.2.0
appVersion: v3.3.6
version: 40.0.0
appVersion: v3.7.0
1 change: 0 additions & 1 deletion charts/traefik/images.txt

This file was deleted.

2 changes: 0 additions & 2 deletions charts/traefik/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
traefik:
globalArguments:
- "--global.checknewversion"
additionalArguments:
- "--ping"

Expand Down
Loading