Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Traefik to 3.2.5 #139

Merged
merged 2 commits into from
Jan 10, 2025
Merged
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
8 changes: 8 additions & 0 deletions charts/traefik/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 33.2.1

- Updates to traefik 3.2.5
- 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/v33.2.1) of traefik for the relevant migrations.
- Or simply use our [crd-installer](https://github.com/iits-consulting/terraform-opentelekomcloud-project-factory/tree/master/modules/crd_installer) for crd management.

---
## 31.1.1

- Updates to AppVersion 3.1.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: 32.1.1
digest: sha256:1186b47dfc95721dadbb90041bf2fe16e4bbfd901d189274eceecd021c3b1f41
generated: "2024-10-14T17:44:45.882336+02:00"
version: 33.2.1
digest: sha256:bf5dd3ff9db8d11b072f1b99aa319a44c634d52d9e152dc0388d2d260c9e65ae
generated: "2025-01-10T14:11:15.797188172+01: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: 32.1.1
version: 33.2.1
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: 32.1.1
appVersion: v3.1.6
version: 33.2.1
appVersion: v3.2.5
5 changes: 3 additions & 2 deletions charts/traefik/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# traefik

![Version: 32.1.1](https://img.shields.io/badge/Version-32.1.1-informational?style=flat-square) ![AppVersion: v3.1.6](https://img.shields.io/badge/AppVersion-v3.1.6-informational?style=flat-square)
![Version: 33.2.1](https://img.shields.io/badge/Version-33.2.1-informational?style=flat-square) ![AppVersion: v3.2.5](https://img.shields.io/badge/AppVersion-v3.2.5-informational?style=flat-square)

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.
Expand All @@ -9,7 +9,7 @@ Always read the [Changelog](Changelog.md) for information about possible migrati

| Repository | Name | Version |
|------------|------|---------|
| oci://ghcr.io/traefik/helm | traefik | 32.1.1 |
| oci://ghcr.io/traefik/helm | traefik | 33.2.1 |

## Values

Expand All @@ -25,6 +25,7 @@ Always read the [Changelog](Changelog.md) for information about possible migrati
| traefik.additionalArguments[0] | string | `"--ping"` | |
| traefik.deployment.replicas | int | `2` | |
| traefik.globalArguments[0] | string | `"--global.checknewversion"` | |
| traefik.image.tag | string | `"v3.2.5"` | |
| traefik.ingressClass.enabled | bool | `true` | |
| traefik.ingressClass.isDefaultClass | bool | `true` | |
| traefik.ingressRoute.dashboard.enabled | bool | `true` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/traefik/images.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker.io/traefik:v3.1.6
docker.io/traefik:v3.2.5
3 changes: 2 additions & 1 deletion charts/traefik/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
traefik:

image:
tag: v3.2.5
globalArguments:
- "--global.checknewversion"
additionalArguments:
Expand Down
Loading