Skip to content

Commit

Permalink
Merge pull request #129 from iits-consulting/chore/traefik-update
Browse files Browse the repository at this point in the history
Updates Traefik to 3.1.2 (v31.0.0 on chart)
  • Loading branch information
krankkkk authored Sep 9, 2024
2 parents cf9f66b + 745abba commit 9ab439e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
8 changes: 8 additions & 0 deletions charts/traefik/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

## 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: 30.0.2
digest: sha256:d33edfb460800ba3a8a855b37018c2da656d572fadf3d415599edfc64dd66dc8
generated: "2024-07-31T12:31:33.143282+02:00"
version: 31.0.0
digest: sha256:c3409a301de75e1551fd2bb53249ae561d7dc6bef2c485783f309f6affe9fccb
generated: "2024-09-09T12:10:04.680274+02:00"
6 changes: 3 additions & 3 deletions charts/traefik/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: v2
appVersion: v3.1.1
dependencies:
- name: traefik
repository: oci://ghcr.io/traefik/helm
version: 30.0.2
version: 31.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: 30.0.0
version: 31.0.0
appVersion: v3.1.2
5 changes: 2 additions & 3 deletions charts/traefik/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# traefik

![Version: 30.0.0](https://img.shields.io/badge/Version-30.0.0-informational?style=flat-square) ![AppVersion: v3.1.1](https://img.shields.io/badge/AppVersion-v3.1.1-informational?style=flat-square)
![Version: 31.0.0](https://img.shields.io/badge/Version-31.0.0-informational?style=flat-square) ![AppVersion: v3.1.2](https://img.shields.io/badge/AppVersion-v3.1.2-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 | 30.0.2 |
| oci://ghcr.io/traefik/helm | traefik | 31.0.0 |

## Values

Expand All @@ -25,7 +25,6 @@ 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.1.1"` | |
| 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.1
docker.io/traefik:v3.1.2
3 changes: 0 additions & 3 deletions charts/traefik/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
traefik:

image:
tag: v3.1.1

globalArguments:
- "--global.checknewversion"
additionalArguments:
Expand Down

0 comments on commit 9ab439e

Please sign in to comment.