From 40db5c4212dc36cd283731750735b96289d75251 Mon Sep 17 00:00:00 2001 From: Can Aykin Date: Fri, 10 Jan 2025 14:12:57 +0100 Subject: [PATCH 1/2] Traefik update to 3.2.5 --- charts/traefik/Changelog.md | 8 ++++++++ charts/traefik/Chart.lock | 6 +++--- charts/traefik/Chart.yaml | 6 +++--- charts/traefik/images.txt | 2 +- charts/traefik/values.yaml | 3 ++- 5 files changed, 17 insertions(+), 8 deletions(-) diff --git a/charts/traefik/Changelog.md b/charts/traefik/Changelog.md index b113ab31..1415a10b 100644 --- a/charts/traefik/Changelog.md +++ b/charts/traefik/Changelog.md @@ -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 diff --git a/charts/traefik/Chart.lock b/charts/traefik/Chart.lock index 0edd3d3e..d0a98646 100644 --- a/charts/traefik/Chart.lock +++ b/charts/traefik/Chart.lock @@ -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" diff --git a/charts/traefik/Chart.yaml b/charts/traefik/Chart.yaml index 1f0f24a7..ac4ae380 100644 --- a/charts/traefik/Chart.yaml +++ b/charts/traefik/Chart.yaml @@ -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 diff --git a/charts/traefik/images.txt b/charts/traefik/images.txt index 6d53a0c9..531b9100 100644 --- a/charts/traefik/images.txt +++ b/charts/traefik/images.txt @@ -1 +1 @@ -docker.io/traefik:v3.1.6 +docker.io/traefik:v3.2.5 diff --git a/charts/traefik/values.yaml b/charts/traefik/values.yaml index b944498c..63e8bf93 100644 --- a/charts/traefik/values.yaml +++ b/charts/traefik/values.yaml @@ -1,5 +1,6 @@ traefik: - + image: + tag: v3.2.5 globalArguments: - "--global.checknewversion" additionalArguments: From c87a8343cda638688bec2f438577103053f17773 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 10 Jan 2025 13:13:42 +0000 Subject: [PATCH 2/2] Auto update of README.md files --- charts/traefik/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/traefik/README.md b/charts/traefik/README.md index be492801..73424e02 100644 --- a/charts/traefik/README.md +++ b/charts/traefik/README.md @@ -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. @@ -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 @@ -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` | |