Skip to content

Commit

Permalink
Traefik update to 3.1.6 (#138)
Browse files Browse the repository at this point in the history
* traefik version update
  • Loading branch information
krankkkk authored Oct 14, 2024
1 parent db1d543 commit 39677d6
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
7 changes: 6 additions & 1 deletion charts/traefik/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
## 31.1.1

- Updates to AppVersion 3.1.6
- There were breaking changes for the Traefik Hub, if you use it, update your CRDs.

---
## 30.x -> 31.0.0

- Updates to traefik 3.1.2
- There were changes in the CRDs of the Traefik hub in the base chart.
- If you use it, check the [Release Notes](https://github.com/traefik/traefik-helm-chart/releases/tag/v31.0.0) 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.

***
---
## 29.x -> 30.0.0

- Updates to traefik 3.1.1
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: 31.1.1
digest: sha256:edec57f0ae2f64525216b58a3239ad3b6b1e9a4c131f4275fbde46cae959c522
generated: "2024-09-24T16:04:33.947194+02:00"
version: 32.1.1
digest: sha256:1186b47dfc95721dadbb90041bf2fe16e4bbfd901d189274eceecd021c3b1f41
generated: "2024-10-14T17:44:45.882336+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: 31.1.1
version: 32.1.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: 31.1.1
appVersion: v3.1.4
version: 32.1.1
appVersion: v3.1.6
4 changes: 2 additions & 2 deletions charts/traefik/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# traefik

![Version: 31.1.1](https://img.shields.io/badge/Version-31.1.1-informational?style=flat-square) ![AppVersion: v3.1.4](https://img.shields.io/badge/AppVersion-v3.1.4-informational?style=flat-square)
![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)

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 | 31.1.1 |
| oci://ghcr.io/traefik/helm | traefik | 32.1.1 |

## Values

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.2
docker.io/traefik:v3.1.6
1 change: 1 addition & 0 deletions charts/traefik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ traefik:
access:
format: json
enabled: false

deployment:
replicas: 2

Expand Down

0 comments on commit 39677d6

Please sign in to comment.